PolarChartSeriesBuilder Methods
Represents a PolarChart series.Name | Description |
---|---|
ArgumentField(JS) | Specifies the data source field that provides arguments for series points. Mirrors the client-side argumentField option. |
ArgumentField(String) | Specifies the data source field that provides arguments for series points. Mirrors the client-side argumentField option. |
BarPadding(JS) | Controls the padding and consequently the angular width of all bars in a series using relative units. Ignored if the barWidth property is set. Mirrors the client-side barPadding option. |
BarPadding(Double) | Controls the padding and consequently the angular width of all bars in a series using relative units. Ignored if the barWidth property is set. Mirrors the client-side barPadding option. |
BarWidth(JS) | Specifies a fixed angular width for all bars in a series, measured in degrees. Takes precedence over the barPadding property. Mirrors the client-side barWidth option. |
BarWidth(Double) | Specifies a fixed angular width for all bars in a series, measured in degrees. Takes precedence over the barPadding property. Mirrors the client-side barWidth option. |
Border(Action<PolarChartSeriesBorderBuilder>) | An object defining the series border configuration properties. Mirrors the client-side border object. |
Closed(JS) | Specifies whether or not to close the chart by joining the end point with the first point. Mirrors the client-side closed option. |
Closed(Boolean) | Specifies whether or not to close the chart by joining the end point with the first point. Mirrors the client-side closed option. |
Color(JS) | Specifies a series color. Mirrors the client-side color option. |
Color(Action<ChartsColorBuilder>) | |
Color(String) | Specifies a series color. Mirrors the client-side color option. |
DashStyle(DashStyle[]) | Specifies the dash style of the series' line. Mirrors the client-side dashStyle option. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
HoverMode(ChartSeriesHoverMode) | Specifies the series elements to highlight when a series is hovered over. Mirrors the client-side hoverMode option. |
HoverStyle(Action<PolarChartSeriesHoverStyleBuilder>) | An object defining configuration properties for a hovered series. Mirrors the client-side hoverStyle object. |
IgnoreEmptyPoints(JS) | Specifies whether the series should ignore null data points. Mirrors the client-side ignoreEmptyPoints option. |
IgnoreEmptyPoints(Boolean) | Specifies whether the series should ignore null data points. Mirrors the client-side ignoreEmptyPoints option. |
Label(Action<PolarChartSeriesLabelBuilder>) | An object defining the label configuration properties. Mirrors the client-side label object. |
MaxLabelCount(JS) | Specifies how many points are acceptable to be in a series to display all labels for these points. Otherwise, the labels will not be displayed. Mirrors the client-side maxLabelCount option. |
MaxLabelCount(Int32) | Specifies how many points are acceptable to be in a series to display all labels for these points. Otherwise, the labels will not be displayed. Mirrors the client-side maxLabelCount option. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
MinBarSize(JS) | Specifies the minimal length of a displayed bar in pixels. Mirrors the client-side minBarSize option. |
MinBarSize(Double) | Specifies the minimal length of a displayed bar in pixels. Mirrors the client-side minBarSize option. |
Name(JS) | Specifies the name that identifies the series. Mirrors the client-side name option. |
Name(String) | Specifies the name that identifies the series. Mirrors the client-side name option. |
Opacity(JS) | Specifies opacity for a series. Mirrors the client-side opacity option. |
Opacity(Double) | Specifies opacity for a series. Mirrors the client-side opacity option. |
Option(String, Object) | Specifies an option by its name. |
Point(Action<PolarChartSeriesPointBuilder>) | An object defining configuration properties for points in line and area series. Mirrors the client-side point object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
SelectionMode(ChartSeriesSelectionMode) | Specifies the series elements to highlight when the series is selected. Mirrors the client-side selectionMode option. |
SelectionStyle(Action<PolarChartSeriesSelectionStyleBuilder>) | An object defining configuration properties for a selected series. Mirrors the client-side selectionStyle object. |
ShowInLegend(JS) | Specifies whether or not to show the series in the chart's legend. Mirrors the client-side showInLegend option. |
ShowInLegend(Boolean) | Specifies whether or not to show the series in the chart's legend. Mirrors the client-side showInLegend option. |
Stack(JS) | Specifies the name of the stack where the values of the 'stackedBar' series must be located. Mirrors the client-side stack option. |
Stack(String) | Specifies the name of the stack where the values of the 'stackedBar' series must be located. Mirrors the client-side stack option. |
Tag(Object) | Specifies data about a series. Mirrors the client-side tag option. |
TagField(JS) | Specifies the name of the data source field that provides data about a point. Mirrors the client-side tagField option. |
TagField(String) | Specifies the name of the data source field that provides data about a point. Mirrors the client-side tagField option. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
Type(PolarChartSeriesType) | Sets the series type. Mirrors the client-side type option. |
ValueErrorBar(Action<PolarChartSeriesValueErrorBarBuilder>) | Configures error bars. Mirrors the client-side valueErrorBar object. |
ValueField(JS) | Specifies the data source field that provides values for series points. Mirrors the client-side valueField option. |
ValueField(String) | Specifies the data source field that provides values for series points. Mirrors the client-side valueField option. |
Visible(JS) | Specifies the visibility of a series. Mirrors the client-side visible option. |
Visible(Boolean) | Specifies the visibility of a series. Mirrors the client-side visible option. |
Width(JS) | Specifies a line width. Mirrors the client-side width option. |
Width(Double) | Specifies a line width. Mirrors the client-side width option. |
See Also