NumericAxisY Members
The y-axis that uses numeric scale and represents values of series data points.Constructors
| Name | Description |
|---|---|
| NumericAxisY() | Initializes a new instance of the NumericAxisY class with default settings. |
Fields
| Name | Description |
|---|---|
| AlwaysShowZeroLevelProperty static | Identifies the AlwaysShowZeroLevel bindable property. |
| AutoRangeModeProperty static | Identifies the AutoRangeMode bindable property. |
| AxisLogarithmicOptionsProperty static | |
| ConstantLinesProperty static | Identifies the ConstantLines bindable property. |
| DisplayPositionProperty static | Identifies the DisplayPosition bindable property. Inherited from AxisBase. |
| GridAlignmentProperty static | Identifies the GridAlignment bindable property. |
| GridOffsetProperty static | Identifies the GridOffset bindable property. |
| HintOptionsProperty static | Identifies the HintOptions bindable property. Inherited from AxisBase. |
| LabelProperty static | Identifies the Label bindable property. Inherited from AxisBase. |
| LabelTextFormatterProperty static | Identifies the LabelTextFormatter bindable property. Inherited from AxisBase. |
| LabelValueNotationProperty static | Identifies the LabelValueNotation dependency property. |
| LayoutProperty static | Identifies the Layout bindable property. Inherited from AxisBase. |
| PositionProperty static | Identifies the Position bindable property. Inherited from AxisBase. |
| RangeProperty static | Identifies the Range bindable property. |
| StripsProperty static | Identifies the Strips bindable property. |
| StyleProperty static | Identifies the Style bindable property. Inherited from AxisBase. |
| SynchronizerProperty static | Identifies the Synchronizer bindable property. Inherited from AxisBase. |
| TitleProperty static | Identifies the Title bindable property. Inherited from AxisBase. |
| VisibleProperty static | Identifies the Visible bindable property. Inherited from AxisBase. |
Properties
| Name | Description |
|---|---|
| AlwaysShowZeroLevel | Gets or sets a value that indicates whether to show the zero level of the y-axis. |
| AutoRangeMode | |
| ConstantLines | Gets the axis’s collection of constant lines. |
| DisplayPosition | Specifies the axis position. Inherited from AxisBase. |
| GridAlignment | Gets or sets the distance between axis major tickmarks and gridlines. |
| GridOffset | Gets or sets the offset of the first major tickmark and gridline from the axis range’s minimum value. |
| HintOptions | Gets or sets an object that configures how the axis interacts with the Hint. Inherited from AxisBase. |
| Label | Provides access to the settings that specify the text format, position, and appearance of axis labels. Inherited from AxisBase. |
| LabelTextFormatter | Gets or sets an object that provides custom string representations of axis label values to labels. Inherited from AxisBase. |
| LabelValueNotation | Specifies whether scientific or engineering notation is used to display numbers within axis labels. |
| Layout | Gets or sets the axis layout settings. Inherited from AxisBase. |
| LogarithmicOptions | Provides access to options that enable and configure the logarithmic scale for the axis. |
| Position | Obsolete. This property is obsolete (use the DisplayPosition property instead). Inherited from AxisBase. |
| Range | Provides access to the axis range settings. |
| Strips | Provides access to the collection of axis strips. |
| Style | Gets or sets the axis appearance settings. Inherited from AxisBase. |
| Synchronizer | Gets or sets an object that synchronizes ranges of axes in several charts. Inherited from AxisBase. |
| Title | Specifies the axis title. Inherited from AxisBase. |
| Visible | Specifies whether the axis is visible. Inherited from AxisBase. |
See Also