BootstrapPolarChartCommonSeriesBuilder Methods
Stores settings that are common for all Polar Chart series.Name | Description |
---|---|
ArgumentField(String) | Sets the name of a data field providing arguments for series points. |
Closed(Boolean) | Specifies whether to close the chart by joining the end point with the first point. |
Color(Color) | |
CssClass(String) | Sets the name of a CSS class applied to the series element. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
Equals(Object, Object) | Determines whether the specified object instances are considered equal. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
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. |
MemberwiseClone() | Creates a shallow copy of the current Object. Inherited from Object. |
MinBarSize(Int32) | Specifies the minimal length of a displayed bar in pixels. |
Point(Action<BootstrapChartPointSettingsBuilder>) | An object defining configuration options for points in line and area series. |
ReferenceEquals(Object, Object) | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ShowInLegend(Boolean) | E sets a value that specifies whether or not to show the series in the chart’s legend. |
Stack(String) | Specifies the name of the stack where the values of the StackedBar series must be located. |
TagField(String) | Sets the name of a data field providing auxiliary data associated with a point. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
Type(PolarChartSeriesType) | Sets a series type. |
ValueErrorBar(Action<BootstrapChartValueErrorBarSettingsBuilder>) | Configures error bars for numeric axes. |
ValueField(String) | Specifies the data source field that provides values for series points. |
Visible(Boolean) | Sets a value specifying the visibility of the current chart series. |
See Also