CountIntervalNumericScaleOptions Properties
The options that provide means to configure a specified number of axis intervals.
Name | Description |
---|---|
Aggregate |
Gets or sets the function that is used to aggregate numeric axis data when one of the Axis |
Auto |
Gets or sets a value that specifies whether the spacing of grid lines is calculated automatically based upon the major tickmarks of the axis.
Inherited from Manual |
Can |
Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
Count | Gets or sets the number of intervals. |
Custom |
Gets or sets the custom aggregate function callback that calculates the aggregated values.
Inherited from Manual |
Dependency |
Gets the Dependency |
Dispatcher |
Gets the Dispatcher this Dispatcher |
Grid |
Gets or sets the numeric value to which the beginning of thegrid lines and axis labels of an axis should be aligned.
Inherited from Manual |
Grid |
Gets or sets the value that specifies the alignment of grid lines, major tickmarks and axis labels.
Inherited from Interval |
Grid |
Gets or sets the offset of grid lines.
Inherited from Manual |
Grid |
Gets or sets the numeric grid step in grid alignment units.
Inherited from Manual |
Is |
Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable. |
Is |
Gets a value that indicates whether this instance is currently sealed (read-only).
Inherited from Dependency |
Measure |
Gets or sets the detail level for numeric values.
Inherited from Manual |
Min |
Gets or sets the minimum allowed distance between two neighbor major tick marks and grid lines that affect an automatically calculated grid.
Inherited from Scale |
Overflow |
Gets or sets the start value for the interval that includes overflow values.
Inherited from Interval |
Overflow |
Gets or sets a format string that configures text for the overflow interval axis labels and crosshair labels.
Inherited from Interval |
Pattern |
Gets or sets a format string that configures text for the interval axis labels and crosshair labels.
Inherited from Interval |
Process |
Gets or sets a mode which specifies the action the chart control should perform with the missing points.
Inherited from Numeric |
Type |
Gets the string value used to support serialization of the chart dependency object.
Inherited from Chart |
Underflow |
Gets or sets the end value for the interval that includes underflow values.
Inherited from Interval |
Underflow |
Gets or sets a format string that configures text for the underflow interval axis labels and crosshair labels.
Inherited from Interval |
See Also