Skip to main content

CustomAxisLabel(String, Object) Constructor

Initializes a new instance of the CustomAxisLabel class with the specified name and value.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public CustomAxisLabel(
    string name,
    object value
)

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