Stores settings of the Stacked Bar series.
Name | Description |
---|---|
Aggregation(Action<BootstrapChartAggregationSettingsBuilder>) | |
ArgumentField(String) |
Sets the name of a data field providing arguments for series points. |
Axis(String) |
Binds the series to a value axis. |
BarPadding(Int32) | |
BarWidth(Int32) | |
Color(Color) | |
CornerRadius(Int32) |
Makes bar series look rounded. |
CssClass(String) |
Sets the name of a CSS class applied to the series element. |
IgnoreEmptyPoints(Boolean) |
Specifies whether a chart ignores null data points or not. |
Label(Action<BootstrapChartSeriesLabelSettingsBuilder>) |
Provides access to point label settings. |
LegendMarkerCssClass(String) |
Sets the name of a CSS class applied to a legend marker element. |
MaxLabelCount(Int32) |
Specifies a limit for the number of point labels. |
MinBarSize(Int32) |
Specifies the minimal possible height (or length if the chart is rotated) of a bar in pixels. |
Name(String) |
Specifies the name that identifies the series. |
Pane(String) |
Sets the pane which should display the current series. |
ShowInLegend(Boolean) |
E sets a value that specifies whether or not to show the series in the chart's legend. |
Stack(String) |
Specifies which stack the series should belongs to. |
TagField(String) |
Sets the name of a data field providing auxiliary data associated with a point. |
ValueField(String) |
Specifies which data source field provides values for series points. |
Visible(Boolean) |
Sets a value specifying the visibility of the current chart series. |