Skip to main content

ChartControl.DisplayUnits Property

Gets the unit of measurement for the chart control’s data.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.UI.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[Browsable(false)]
public GraphicsUnit DisplayUnits { get; }

Property Value

Type Description
GraphicsUnit

A GraphicsUnit value.

See Also