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

ChartControl.DisplayUnits Property

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

Namespace: DevExpress.XtraCharts

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

NuGet Packages: DevExpress.Win.Charts, DevExpress.Win.Design

Declaration

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

Property Value

Type Description
GraphicsUnit

A GraphicsUnit value.

See Also