Skip to main content
All docs
V25.1
  • TimeSpanChartRangeControlClientRange.Min Property

    Gets or sets the start bound of a time-span chart client range.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    [XtraSerializableProperty]
    public TimeSpan Min { get; set; }

    Property Value

    Type Description
    TimeSpan

    A DateTime value that is the range start bound.

    Remarks

    Use the Min property to specify the start bound range value of a time-span chart range control client. Note that this property takes effect only when the ChartRangeControlClientRange.Auto property is set to false.

    Note

    The Min property cannot be set to a value greater than the DateTimeChartRangeControlClientRange.Max property.

    The following image demonstrates the time-span chart client range specified by Min and TimeSpanChartRangeControlClientRange.Max properties.

    Min = 9:00:00, TimeSpanChartRangeControlClientRange.Max = 18:00:00
    image
    See Also