Skip to main content
A newer version of this page is available. .

CustomAxisLabel(String, String) Constructor

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

Namespace: DevExpress.Xpf.Charts

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public CustomAxisLabel(
    string value,
    string text
)

Parameters

Name Type Description
value String

A String value that specifies the qualitative 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