Skip to main content

PolarChartSeriesBuilder Members

Represents a PolarChart series.

Constructors

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

Methods

Name Description
ArgumentField(JS) Mirrors the client-side argumentField option.
ArgumentField(String) Mirrors the client-side argumentField option.
BarPadding(JS) Mirrors the client-side barPadding option.
BarPadding(Double) Mirrors the client-side barPadding option.
BarWidth(JS) Mirrors the client-side barWidth option.
BarWidth(Double) Mirrors the client-side barWidth option.
Border(Action<PolarChartSeriesBorderBuilder>) Mirrors the client-side border object.
Closed(JS) Mirrors the client-side closed option.
Closed(Boolean) Mirrors the client-side closed option.
Color(JS) Mirrors the client-side color option.
Color(Action<ChartsColorBuilder>)
Color(String) Mirrors the client-side color option.
DashStyle(DashStyle[]) 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) Mirrors the client-side hoverMode option.
HoverStyle(Action<PolarChartSeriesHoverStyleBuilder>) Mirrors the client-side hoverStyle object.
IgnoreEmptyPoints(JS) Mirrors the client-side ignoreEmptyPoints option.
IgnoreEmptyPoints(Boolean) Mirrors the client-side ignoreEmptyPoints option.
Label(Action<PolarChartSeriesLabelBuilder>) Mirrors the client-side label object.
MaxLabelCount(JS) Mirrors the client-side maxLabelCount option.
MaxLabelCount(Int32) Mirrors the client-side maxLabelCount option.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
MinBarSize(JS) Mirrors the client-side minBarSize option.
MinBarSize(Double) Mirrors the client-side minBarSize option.
Name(JS) Mirrors the client-side name option.
Name(String) Mirrors the client-side name option.
Opacity(JS) Mirrors the client-side opacity option.
Opacity(Double) Mirrors the client-side opacity option.
Option(String, Object) Specifies an option by its name.
Point(Action<PolarChartSeriesPointBuilder>) 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) Mirrors the client-side selectionMode option.
SelectionStyle(Action<PolarChartSeriesSelectionStyleBuilder>) Mirrors the client-side selectionStyle object.
ShowInLegend(JS) Mirrors the client-side showInLegend option.
ShowInLegend(Boolean) Mirrors the client-side showInLegend option.
Stack(JS) Mirrors the client-side stack option.
Stack(String) Mirrors the client-side stack option.
Tag(Object) Mirrors the client-side tag option.
TagField(JS) Mirrors the client-side tagField option.
TagField(String) Mirrors the client-side tagField option.
ToString() Returns a string that represents the current object. Inherited from Object.
Type(PolarChartSeriesType) Mirrors the client-side type option.
ValueErrorBar(Action<PolarChartSeriesValueErrorBarBuilder>) Mirrors the client-side valueErrorBar object.
ValueField(JS) Mirrors the client-side valueField option.
ValueField(String) Mirrors the client-side valueField option.
Visible(JS) Mirrors the client-side visible option.
Visible(Boolean) Mirrors the client-side visible option.
Width(JS) Mirrors the client-side width option.
Width(Double) Mirrors the client-side width option.
See Also