A newer version of this page is available.
Switch to the current version.
ChartControl.DisplayUnits Property
Gets the unit of measurement for the chart control's data.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.UI.dll
Declaration
[Browsable(false)]
public GraphicsUnit DisplayUnits { get; }
<Browsable(False)>
Public ReadOnly Property DisplayUnits As GraphicsUnit
Property Value
Type | Description |
---|---|
GraphicsUnit | A GraphicsUnit value. |
See Also
Feedback