Skip to main content
All docs
V25.1
  • 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.v25.1.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