Skip to main content

PolarChartCommonSeriesSettingsBuilder Members

Provides methods that allow you to configure common options for series in a PolarChart control.

Constructors

Name Description
PolarChartCommonSeriesSettingsBuilder(OptionsOwnerContext) For internal use only. Initializes a new PolarChartCommonSeriesSettingsBuilder class instance.

Methods

Name Description
Area(Action<PolarChartCommonSeriesSettingsBuilder>) An object that specifies configuration properties for all series of the area type in the chart. Mirrors the client-side area object.
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.
Bar(Action<PolarChartCommonSeriesSettingsBuilder>) An object that specifies configuration properties for all series of the 'bar' type in the chart. Mirrors the client-side bar object.
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<PolarChartCommonSeriesSettingsBorderBuilder>) 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<PolarChartCommonSeriesSettingsHoverStyleBuilder>) 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<PolarChartCommonSeriesSettingsLabelBuilder>) An object defining the label configuration properties. Mirrors the client-side label object.
Line(Action<PolarChartCommonSeriesSettingsBuilder>) An object that specifies configuration properties for all series of the 'line' type in the chart. Mirrors the client-side line 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.
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<PolarChartCommonSeriesSettingsPointBuilder>) 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.
Scatter(Action<PolarChartCommonSeriesSettingsBuilder>) An object that specifies configuration properties for all series of the 'scatter' type in the chart. Mirrors the client-side scatter object.
SelectionMode(ChartSeriesSelectionMode) Specifies the series elements to highlight when the series is selected. Mirrors the client-side selectionMode option.
SelectionStyle(Action<PolarChartCommonSeriesSettingsSelectionStyleBuilder>) 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.
Stackedbar(Action<PolarChartCommonSeriesSettingsBuilder>) An object that specifies configuration properties for all series of the 'stackedBar' type in the chart. Mirrors the client-side stackedbar object.
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 a series type. Mirrors the client-side type option.
ValueErrorBar(Action<PolarChartCommonSeriesSettingsValueErrorBarBuilder>) 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