HistogramSeriesOptions.IntervalClosedSide Property
Returns or specifies the closed side of bin intervals.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
HistogramIntervalClosedSide | An enumeration member that specifies the bin closed side. |
Available values:
Name | Description | Example |
---|---|---|
Right | Intervals are right-closed. |
|
Left | Intervals are left-closed. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to IntervalClosedSide |
---|---|
SeriesLayoutOptions |
|
See Also