PolarChartCommonSeriesSettingsBuilder Methods
Provides methods that allow you to configure common options for series in a PolarChart control.
Name | Description |
---|---|
Area |
An object that specifies configuration properties for all series of the area type in the chart. Mirrors the client-side area object. |
Argument |
Specifies the data source field that provides arguments for series points. Mirrors the client-side argument |
Argument |
Specifies the data source field that provides arguments for series points. Mirrors the client-side argument |
Bar |
An object that specifies configuration properties for all series of the 'bar' type in the chart. Mirrors the client-side bar object. |
Bar |
Controls the padding and consequently the angular width of all bars in a series using relative units. Ignored if the bar |
Bar |
Controls the padding and consequently the angular width of all bars in a series using relative units. Ignored if the bar |
Bar |
Specifies a fixed angular width for all bars in a series, measured in degrees. Takes precedence over the bar |
Bar |
Specifies a fixed angular width for all bars in a series, measured in degrees. Takes precedence over the bar |
Border |
An object defining the series border configuration properties. Mirrors the client-side border object. |
Closed |
Specifies whether or not to close the chart by joining the end point with the first point. Mirrors the client-side closed option. |
Closed |
Specifies whether or not to close the chart by joining the end point with the first point. Mirrors the client-side closed option. |
Color |
Specifies a series color. Mirrors the client-side color option. |
Color |
|
Color |
Specifies a series color. Mirrors the client-side color option. |
Dash |
Specifies the dash style of the series' line. Mirrors the client-side dash |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Hover |
Specifies the series elements to highlight when a series is hovered over. Mirrors the client-side hover |
Hover |
An object defining configuration properties for a hovered series. Mirrors the client-side hover |
Ignore |
Specifies whether the series should ignore null data points. Mirrors the client-side ignore |
Ignore |
Specifies whether the series should ignore null data points. Mirrors the client-side ignore |
Label |
An object defining the label configuration properties. Mirrors the client-side label object. |
Line |
An object that specifies configuration properties for all series of the 'line' type in the chart. Mirrors the client-side line object. |
Max |
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 max |
Max |
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 max |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Min |
Specifies the minimal length of a displayed bar in pixels. Mirrors the client-side min |
Min |
Specifies the minimal length of a displayed bar in pixels. Mirrors the client-side min |
Opacity |
Specifies opacity for a series. Mirrors the client-side opacity option. |
Opacity |
Specifies opacity for a series. Mirrors the client-side opacity option. |
Option |
Specifies an option by its name. |
Point |
An object defining configuration properties for points in line and area series. Mirrors the client-side point object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Scatter |
An object that specifies configuration properties for all series of the 'scatter' type in the chart. Mirrors the client-side scatter object. |
Selection |
Specifies the series elements to highlight when the series is selected. Mirrors the client-side selection |
Selection |
An object defining configuration properties for a selected series. Mirrors the client-side selection |
Show |
Specifies whether or not to show the series in the chart's legend. Mirrors the client-side show |
Show |
Specifies whether or not to show the series in the chart's legend. Mirrors the client-side show |
Stack |
Specifies the name of the stack where the values of the 'stacked |
Stack |
Specifies the name of the stack where the values of the 'stacked |
Stackedbar |
An object that specifies configuration properties for all series of the 'stacked |
Tag |
Specifies the name of the data source field that provides data about a point. Mirrors the client-side tag |
Tag |
Specifies the name of the data source field that provides data about a point. Mirrors the client-side tag |
To |
Returns a string that represents the current object. Inherited from Object. |
Type |
Sets a series type. Mirrors the client-side type option. |
Value |
Configures error bars. Mirrors the client-side value |
Value |
Specifies the data source field that provides values for series points. Mirrors the client-side value |
Value |
Specifies the data source field that provides values for series points. Mirrors the client-side value |
Visible |
Specifies the visibility of a series. Mirrors the client-side visible option. |
Visible |
Specifies the visibility of a series. Mirrors the client-side visible option. |
Width |
Specifies a line width. Mirrors the client-side width option. |
Width |
Specifies a line width. Mirrors the client-side width option. |
See Also