Skip to main content

RangeSeriesType Type

Lists values that specify the types of Range series.

Declaration

export type RangeSeriesType = "SideBySideRangeBar" | "RangeArea"

Members

Name Description
"SideBySideRangeBar"

Range Bar series are similar to Bar series except that they are drawn between a range of values.

"RangeArea"

Range Area series are similar to Area series except that their areas are filled between a range of values.

Remarks

Values listed by this enumeration are used to set the RangeSeries.seriesType property.