Skip to main content
A newer version of this page is available. .

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.v18.2.dll

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.

AxisLabelItem

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