HistogramSeriesOptions.IntervalClosedSide Property
In This Article
Returns or specifies the closed side of bin intervals.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
HistogramIntervalClosedSide IntervalClosedSide { get; set; }
#Property Value
Type | Description |
---|---|
Histogram |
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 Interval |
---|---|
Series |
|
See Also