ChartSeriesBuilder Methods
Represents a Chart series.Name | Description |
---|---|
Aggregation(Action<ChartSeriesAggregationBuilder>) | Configures data aggregation for the series. Mirrors the client-side aggregation object. |
ArgumentField(JS) | Specifies which data source field provides arguments for series points. Mirrors the client-side argumentField option. |
ArgumentField(String) | Specifies which data source field provides arguments for series points. Mirrors the client-side argumentField option. |
Axis(JS) | Binds the series to a value axis. Mirrors the client-side axis option. |
Axis(String) | Binds the series to a value axis. Mirrors the client-side axis option. |
BarOverlapGroup(JS) | Allows you to group bar series so that bars with the same argument overlap. Mirrors the client-side barOverlapGroup option. |
BarOverlapGroup(String) | Allows you to group bar series so that bars with the same argument overlap. Mirrors the client-side barOverlapGroup option. |
BarPadding(JS) | Controls the padding and consequently the 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 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 width for all bars in a series, measured in pixels. Takes precedence over the barPadding property. Mirrors the client-side barWidth option. |
BarWidth(Double) | Specifies a fixed width for all bars in a series, measured in pixels. Takes precedence over the barPadding property. Mirrors the client-side barWidth option. |
Border(Action<ChartSeriesBorderBuilder>) | Configures the series border (in area-like series) or the series point border (in bar-like and bubble series). Mirrors the client-side border object. |
CloseValueField(JS) | Specifies which data source field provides close values for points of a financial series. Mirrors the client-side closeValueField option. |
CloseValueField(String) | Specifies which data source field provides close values for points of a financial series. Mirrors the client-side closeValueField option. |
Color(JS) | Specifies the color of the series. Mirrors the client-side color option. |
Color(Action<ChartsColorBuilder>) | |
Color(String) | Specifies the color of the series. Mirrors the client-side color option. |
CornerRadius(JS) | Makes bars look rounded. Applies only to bar-like series. Mirrors the client-side cornerRadius option. |
CornerRadius(Double) | Makes bars look rounded. Applies only to bar-like series. Mirrors the client-side cornerRadius option. |
DashStyle(DashStyle[]) | Specifies the dash style of the series line. Applies only to line-like series. 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) | Specifies which data source field provides high values for points of a financial series. Mirrors the client-side highValueField option. |
HighValueField(String) | Specifies which data source field provides high values for points of a financial series. Mirrors the client-side highValueField option. |
HoverMode(ChartSeriesHoverMode) | Specifies series elements to be highlighted when a user points to a series. Mirrors the client-side hoverMode option. |
HoverStyle(Action<ChartSeriesHoverStyleBuilder>) | Configures the appearance adopted by the series when a user points to it. 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. |
InnerColor(JS) | Specifies a filling color for the body of a series point that visualizes a non-reduced value. Applies only to candlestick series. Mirrors the client-side innerColor option. |
InnerColor(String) | Specifies a filling color for the body of a series point that visualizes a non-reduced value. Applies only to candlestick series. Mirrors the client-side innerColor option. |
Label(Action<ChartSeriesLabelBuilder>) | Configures point labels. Mirrors the client-side label object. |
LowValueField(JS) | Specifies which data source field provides low values for points of a financial series. Mirrors the client-side lowValueField option. |
LowValueField(String) | Specifies which data source field provides low values for points of a financial series. Mirrors the client-side lowValueField option. |
MaxLabelCount(JS) | Specifies a limit for the number of point labels. Mirrors the client-side maxLabelCount option. |
MaxLabelCount(Int32) | Specifies a limit for the number of point labels. Mirrors the client-side maxLabelCount option. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
MinBarSize(JS) | Specifies the minimal possible height (or length if the chart is rotated) of a bar in pixels. Applies only to bar-like series. Mirrors the client-side minBarSize option. |
MinBarSize(Double) | Specifies the minimal possible height (or length if the chart is rotated) of a bar in pixels. Applies only to bar-like series. 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 how transparent the series should be. Mirrors the client-side opacity option. |
Opacity(Double) | Specifies how transparent the series should be. Mirrors the client-side opacity option. |
OpenValueField(JS) | Specifies which data source field provides open values for points of a financial series. Mirrors the client-side openValueField option. |
OpenValueField(String) | Specifies which data source field provides open values for points of a financial series. Mirrors the client-side openValueField option. |
Option(String, Object) | Specifies an option by its name. |
Pane(JS) | Specifies which pane the series should belong to. Accepts the name of the pane. Mirrors the client-side pane option. |
Pane(String) | Specifies which pane the series should belong to. Accepts the name of the pane. Mirrors the client-side pane option. |
Point(Action<ChartSeriesPointBuilder>) | Configures series points in scatter, line- and area-like series. Mirrors the client-side point object. |
RangeValue1Field(JS) | Coupled with the rangeValue2Field property, specifies which data source field provides values for a range-like series. Mirrors the client-side rangeValue1Field option. |
RangeValue1Field(String) | Coupled with the rangeValue2Field property, specifies which data source field provides values for a range-like series. Mirrors the client-side rangeValue1Field option. |
RangeValue2Field(JS) | Coupled with the rangeValue1Field property, specifies which data source field provides values for a range-like series. Mirrors the client-side rangeValue2Field option. |
RangeValue2Field(String) | Coupled with the rangeValue1Field property, specifies which data source field provides values for a range-like series. Mirrors the client-side rangeValue2Field option. |
Reduction(Action<ChartSeriesReductionBuilder>) | Specifies reduction properties for financial series. 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) | Specifies series elements to be highlighted when a user selects a series. Mirrors the client-side selectionMode option. |
SelectionStyle(Action<ChartSeriesSelectionStyleBuilder>) | Configures the appearance adopted by the series when a user selects it. Mirrors the client-side selectionStyle object. |
ShowInLegend(JS) | Specifies whether to show the series in the legend or not. Mirrors the client-side showInLegend option. |
ShowInLegend(Boolean) | Specifies whether to show the series in the legend or not. Mirrors the client-side showInLegend option. |
SizeField(JS) | Specifies which data source field provides size values for bubbles. Required by and applies only to bubble series. Mirrors the client-side sizeField option. |
SizeField(String) | Specifies which data source field provides size values for bubbles. Required by and applies only to bubble series. Mirrors the client-side sizeField option. |
Stack(JS) | Specifies which stack the series should belongs to. Applies only to stacked bar and full-stacked bar series. Mirrors the client-side stack option. |
Stack(String) | Specifies which stack the series should belongs to. Applies only to stacked bar and full-stacked bar series. Mirrors the client-side stack option. |
Tag(Object) | Specifies data about a series. Mirrors the client-side tag option. |
TagField(JS) | Specifies which data source field provides auxiliary data for series points. Mirrors the client-side tagField option. |
TagField(String) | Specifies which data source field provides auxiliary data for series points. Mirrors the client-side tagField option. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
Type(SeriesType) | Sets the series type. Mirrors the client-side type option. |
ValueErrorBar(Action<ChartSeriesValueErrorBarBuilder>) | Configures error bars. Mirrors the client-side valueErrorBar object. |
ValueField(JS) | Specifies which data source field provides values for series points. Mirrors the client-side valueField option. |
ValueField(String) | Specifies which data source field provides values for series points. Mirrors the client-side valueField option. |
Visible(JS) | Specifies whether the series is visible or not. Mirrors the client-side visible option. |
Visible(Boolean) | Specifies whether the series is visible or not. Mirrors the client-side visible option. |
Width(JS) | Specifies the width of the series line in pixels. Applies only to line-like series. Mirrors the client-side width option. |
Width(Double) | Specifies the width of the series line in pixels. Applies only to line-like series. Mirrors the client-side width option. |
See Also