Skip to main content
All docs
V26.1
  • AxisValue.DateOnlyValue Property

    Gets the axis value if the axis scale type is DateOnly.

    Namespace: DevExpress.Xpf.Charts

    Assembly: DevExpress.Xpf.Charts.v26.1.dll

    NuGet Package: DevExpress.Wpf.Charts

    Declaration

    public DateOnly DateOnlyValue { get; }

    Property Value

    Type Description
    DateOnly

    A DateOnly axis value.

    Remarks

    The axis scale type is returned by the AxisValue.ScaleType property.

    See Also