CustomAxisLabel(String, Object) Constructor
Initializes a new instance of the CustomAxisLabel class with the specified name and value.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Parameters
Name | Type | Description |
---|---|---|
name | String | A String value, specifying the custom axis label’s name. |
value | Object | A Object value, specifying the value for the custom axis label. |
Remarks
For more information on a custom axis label, refer to the corresponding section of the Axis Labels topic.
See Also