Skip to main content

ContinuousNumericScaleOptions Members

Contains settings for numeric axis data when its scale mode is continuous.

Constructors

Name Description
ContinuousNumericScaleOptions() Initializes a new instance of the ContinuousNumericScaleOptions class with default settings.

Fields

Name Description
AutoGridProperty static Identifies the ContinuousNumericScaleOptions.AutoGrid dependency property.
GridAlignmentProperty static Identifies the ContinuousNumericScaleOptions.GridAlignment dependency property.
GridAlignmentStartPointProperty static Identifies the GridAlignmentStartPoint dependency property.
GridOffsetProperty static Identifies the ContinuousNumericScaleOptions.GridOffset dependency property.
GridSpacingProperty static Identifies the ContinuousNumericScaleOptions.GridSpacing dependency property.
MinGridSpacingLengthProperty static Identifies the ScaleOptionsBase.MinGridSpacingLength dependency property. Inherited from ScaleOptionsBase.

Properties

Name Description
AutoGrid Gets or sets a value that specifies whether the spacing of grid lines is calculated automatically based upon the major tickmarks of the axis.
GridAlignment Gets or sets the numeric value to which the beginning of the grid lines and axis labels of an axis should be aligned.
GridAlignmentStartPoint Specifies the start point for aligning the scale along the x-axis.
GridOffset Gets or sets the offset of grid lines.
GridSpacing Gets or sets the numeric grid step in grid alignment units.
MinGridSpacingLength Gets or sets the minimum allowed distance between two neighbor major tick marks and grid lines that affect an automatically calculated grid. Inherited from ScaleOptionsBase.
TypeNameSerializable Gets the string value used to support serialization of the chart dependency object. Inherited from ChartDependencyObject.

Events

Name Description
PropertyChanged Occurs every time any of the ChartDependencyObject class properties has changed its value. Inherited from ChartDependencyObject.
See Also