Skip to main content

CustomAxisLabel(Double, String) Constructor

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

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public CustomAxisLabel(
    double value,
    string text
)

Parameters

Name Type Description
value Double

A Double value that specifies the numeric value of the custom axis label. This value is assigned to the CustomAxisLabel.Value property.

text String

A String value that specifies the text of the custom axis label. This value is assigned to the CustomAxisLabel.Content property.

See Also