Skip to main content
A newer version of this page is available. .

ChartSeriesBuilder Methods

Represents a Chart series.
Name Description
Aggregation(Action<ChartSeriesAggregationBuilder>) Mirrors the client-side aggregation object.
ArgumentField(JS) Mirrors the client-side argumentField option.
ArgumentField(String) Mirrors the client-side argumentField option.
Axis(JS) Mirrors the client-side axis option.
Axis(String) Mirrors the client-side axis option.
BarOverlapGroup(JS) Mirrors the client-side barOverlapGroup option.
BarOverlapGroup(String) Mirrors the client-side barOverlapGroup 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<ChartSeriesBorderBuilder>) Mirrors the client-side border object.
CloseValueField(JS) Mirrors the client-side closeValueField option.
CloseValueField(String) Mirrors the client-side closeValueField option.
Color(JS) Mirrors the client-side color option.
Color(String) Mirrors the client-side color option.
CornerRadius(JS) Mirrors the client-side cornerRadius option.
CornerRadius(Double) Mirrors the client-side cornerRadius 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.
HighValueField(JS) Mirrors the client-side highValueField option.
HighValueField(String) Mirrors the client-side highValueField option.
HoverMode(ChartSeriesHoverMode) Mirrors the client-side hoverMode option.
HoverStyle(Action<ChartSeriesHoverStyleBuilder>) Mirrors the client-side hoverStyle object.
IgnoreEmptyPoints(JS) Mirrors the client-side ignoreEmptyPoints option.
IgnoreEmptyPoints(Boolean) Mirrors the client-side ignoreEmptyPoints option.
InnerColor(JS) Mirrors the client-side innerColor option.
InnerColor(String) Mirrors the client-side innerColor option.
Label(Action<ChartSeriesLabelBuilder>) Mirrors the client-side label object.
LowValueField(JS) Mirrors the client-side lowValueField option.
LowValueField(String) Mirrors the client-side lowValueField option.
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.
OpenValueField(JS) Mirrors the client-side openValueField option.
OpenValueField(String) Mirrors the client-side openValueField option.
Option(String, Object) Specifies an option by its name.
Pane(JS) Mirrors the client-side pane option.
Pane(String) Mirrors the client-side pane option.
Point(Action<ChartSeriesPointBuilder>) Mirrors the client-side point object.
RangeValue1Field(JS) Mirrors the client-side rangeValue1Field option.
RangeValue1Field(String) Mirrors the client-side rangeValue1Field option.
RangeValue2Field(JS) Mirrors the client-side rangeValue2Field option.
RangeValue2Field(String) Mirrors the client-side rangeValue2Field option.
Reduction(Action<ChartSeriesReductionBuilder>) Mirrors the client-side reduction 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<ChartSeriesSelectionStyleBuilder>) Mirrors the client-side selectionStyle object.
ShowInLegend(JS) Mirrors the client-side showInLegend option.
ShowInLegend(Boolean) Mirrors the client-side showInLegend option.
SizeField(JS) Mirrors the client-side sizeField option.
SizeField(String) Mirrors the client-side sizeField 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(SeriesType) Mirrors the client-side type option.
ValueErrorBar(Action<ChartSeriesValueErrorBarBuilder>) 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