Skip to main content
A newer version of this page is available. .
All docs
V21.1
.NET Framework 4.5.2+

HistogramSeriesOptions.IntervalClosedSide Property

Returns or specifies the closed side of bin intervals.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v21.1.Core.dll

Declaration

HistogramIntervalClosedSide IntervalClosedSide { get; set; }

Property Value

Type Description
HistogramIntervalClosedSide

An enumeration member that specifies the bin closed side.

Property Paths

You can access this nested property as listed below:

Object Type Path to IntervalClosedSide
SeriesLayoutOptions
.Histogram .IntervalClosedSide
See Also