AxisLabelItemBase.AxisValueInternal Property
Provides access to the internal representation of the axis value to which an axis label item corresponds.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Misc)]
public double AxisValueInternal { get; }
Property Value
Type | Description |
---|---|
Double | A Double value which specifies the internal representation of the axis value. |
Remarks
An axis label item is the specific instance of the AxisLabelItem class, obtained in the ChartControl.CustomDrawAxisLabel (or WebChartControl.CustomDrawAxisLabel) event handler.
To obtain the axis value in the measure units appropriate for the axis scale type, use the AxisLabelItemBase.AxisValue property.
For more information, refer to Axis Labels.
See Also