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

    Gets the time-only argument of the diagram point.

    Namespace: DevExpress.Xpf.Charts

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

    Declaration

    public TimeOnly TimeOnlyArgument { get; }

    Property Value

    Type Description
    TimeOnly

    The diagram point’s TimeOnly argument.

    Remarks

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

    See Also