Skip to main content
All docs
V26.1
  • DiagramCoordinates.DateOnlyArgument Property

    Gets the date-only argument of the diagram point.

    Namespace: DevExpress.Xpf.Charts

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

    Declaration

    public DateOnly DateOnlyArgument { get; }

    Property Value

    Type Description
    DateOnly

    The diagram point’s DateOnly argument.

    Remarks

    The DateOnlyArgument property returns a date-only argument value if the DiagramCoordinates.ArgumentScaleType is ScaleType.DateOnly. Otherwise, the property returns null (Nothing in Visual Basic).

    See Also