Skip to main content

BoxPlotDateTimeValues.Min Property

Returns the Box Plot point’s Min value when the chart y-axis scale type is DateTime.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public DateTime Min { get; set; }

Property Value

Type Description
DateTime

The date-time value that represents the Box Plot point’s Min value.

See Also