NumericConstantLine Members
The vertical or horizontal straight line that passes through the chart and indicates a qualitative x- or y-axis’s value.Constructors
| Name | Description |
|---|---|
| NumericConstantLine() | Initializes a new instance of the NumericConstantLine class with default settings. |
Fields
| Name | Description |
|---|---|
| AxisValueProperty static | Identifies the AxisValue bindable property. |
| LegendTextProperty static | Identifies the LegendText bindable property. Inherited from ConstantLineBase. |
| ShowBehindProperty static | Identifies the ShowBehind bindable property. Inherited from ConstantLineBase. |
| StyleProperty static | Identifies the Style bindable property. Inherited from ConstantLineBase. |
| TitleProperty static | Identifies the Title bindable property. Inherited from ConstantLineBase. |
| VisibleInLegendProperty static | Identifies the VisibleInLegend bindable property. Inherited from ConstantLineBase. |
| VisibleProperty static | Identifies the Visible bindable property. Inherited from ConstantLineBase. |
Properties
| Name | Description |
|---|---|
| AxisValue | Gets or sets the constant line position along the numeric axis. |
| LegendText | Gets or sets the text that identifies the constant line in the chart legend. Inherited from ConstantLineBase. |
| ShowBehind | Specifies whether the constant line is displayed behind series. Inherited from ConstantLineBase. |
| Style | Gets or sets the constant line appearance settings. Inherited from ConstantLineBase. |
| Title | Gets or sets settings of the constant line title. Inherited from ConstantLineBase. |
| Visible | Specifies whether the constant line is visible. Inherited from ConstantLineBase. |
| VisibleInLegend | Indicates whether the constant line is shown in the chart legend. Inherited from ConstantLineBase. |
See Also