DisplayUnitOptions.LabelReference Property
Gets or sets a worksheet range reference for unit label text.
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
NuGet Package: DevExpress.Docs.Core
Declaration
Property Value
| Type | Description |
|---|---|
| ChartDataReference | A ChartDataReference object. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to LabelReference |
|---|---|
| ValueAxis |
|
Remarks
When you assign the LabelReference property, the CustomLabelContent property is set to null.
See Also