ChartControl.DisplayUnits Property
In This Article
Gets the unit of measurement for the chart control’s data.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.UI.dll
NuGet Package: DevExpress.Win.Charts
#Declaration
[Browsable(false)]
public GraphicsUnit DisplayUnits { get; }
#Property Value
Type | Description |
---|---|
Graphics |
A Graphics |
See Also