Skip to main content

CustomAxisLabel(TimeSpan, String) Constructor

Initializes a new instance of the CustomAxisLabel class with the specified time-span value and text.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public CustomAxisLabel(
    TimeSpan value,
    string text
)

Parameters

Name Type Description
value TimeSpan

A time-span axis value at which the custom axis label is shown. This value is assigned to the CustomAxisLabel.Value property.

text String

A string that specifies the custom axis label content. This value is assigned to the CustomAxisLabel.Content property.

See Also