Options to pass to the DataLabelProvider. Set a style with font and size to enable per-point text for this series.
Sets a value used to calculate the width of columns. By default the value is treated as relative, valid values range from 0.0 - 1.0. For grouped columns, this is the width of the group, not the columns within the group. To specify if the value should be treated as relative, absolute, or based on range use dataPointWidthMode
Gets or sets the mode which determines how dataPointWidth is interpreted. Available values are EDataPointWidthMode. Default Relative.
Sets 100% mode. When true, the stacked group becomes a 100% stacked chart
When true, the series is visible and drawn
The spacing between columns in pixels
Sets the bound XAxis for this BaseRenderableSeries.
Sets the bound YAxis for this BaseRenderableSeries.
Determines whether the y range for this series should consider only the visible data (the default), or include the drawn points just outside the visible range
the Zero-line Y, the Y-value where the mountain crosses zero and inverts. Default is 0
Generated using TypeDoc
Options to pass to the StackedColumnCollection constructor