Options
All
  • Public
  • Public/Protected
  • All
Menu

Defines enumeration constants for mode of FastErrorBarsRenderableSeries.dataPointWidth

Index

Enumeration members

Enumeration members

Absolute

Absolute: = "Absolute"

Interprets Data Point Width as an absolute pixel value

Range

Range: = "Range"

Interprets Data Point Width as the x data range per column. This is useful if you are plotting sparse columns on a NumericAxis

Relative

Relative: = "Relative"

Interprets Data Point Width as a relative to the full width which is axis length / number of columns. This assumes that there are no gaps in the data. If you are plotting sparse columns on a NumericAxis, consider Range mode

Generated using TypeDoc