ChartCommonSeriesSettingsBuilder Methods
Provides methods that allow you to configure common options for series in a chart.Name | Description |
---|---|
Aggregation(Action<ChartCommonSeriesSettingsAggregationBuilder>) | Configures data aggregation for the series. Mirrors the client-side aggregation object. |
Area(Action<ChartCommonSeriesSettingsBuilder>) | Defines common settings for all area series. Mirrors the client-side area 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. |
Bar(Action<ChartCommonSeriesSettingsBuilder>) | Defines common settings for all bar series. Mirrors the client-side bar object. |
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<ChartCommonSeriesSettingsBorderBuilder>) | 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. |
Bubble(Action<ChartCommonSeriesSettingsBuilder>) | Defines common settings for all bubble series. Mirrors the client-side bubble object. |
Candlestick(Action<ChartCommonSeriesSettingsBuilder>) | Defines common settings for all candlestick series. Mirrors the client-side candlestick 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. |
Fullstackedarea(Action<ChartCommonSeriesSettingsBuilder>) | Defines common settings for all full-stacked area series. Mirrors the client-side fullstackedarea object. |
Fullstackedbar(Action<ChartCommonSeriesSettingsBuilder>) | Defines common settings for all full-stacked bar series. Mirrors the client-side fullstackedbar object. |
Fullstackedline(Action<ChartCommonSeriesSettingsBuilder>) | Defines common settings for all full-stacked line series. Mirrors the client-side fullstackedline object. |
Fullstackedspline(Action<ChartCommonSeriesSettingsBuilder>) | Defines common settings for all full-stacked spline series. Mirrors the client-side fullstackedspline object. |
Fullstackedsplinearea(Action<ChartCommonSeriesSettingsBuilder>) | Defines common settings for all full-stacked spline area series. Mirrors the client-side fullstackedsplinearea 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<ChartCommonSeriesSettingsHoverStyleBuilder>) | 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<ChartCommonSeriesSettingsLabelBuilder>) | Configures point labels. Mirrors the client-side label object. |
Line(Action<ChartCommonSeriesSettingsBuilder>) | Defines common settings for all line series. Mirrors the client-side line 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. |
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<ChartCommonSeriesSettingsPointBuilder>) | Configures series points in scatter, line- and area-like series. Mirrors the client-side point object. |
Rangearea(Action<ChartCommonSeriesSettingsBuilder>) | Defines common settings for all range area series. Mirrors the client-side rangearea object. |
Rangebar(Action<ChartCommonSeriesSettingsBuilder>) | Defines common settings for all range bar series. Mirrors the client-side rangebar 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<ChartCommonSeriesSettingsReductionBuilder>) | 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. |
Scatter(Action<ChartCommonSeriesSettingsBuilder>) | Defines common settings for all scatter series. Mirrors the client-side scatter object. |
SelectionMode(ChartSeriesSelectionMode) | Specifies series elements to be highlighted when a user selects a series. Mirrors the client-side selectionMode option. |
SelectionStyle(Action<ChartCommonSeriesSettingsSelectionStyleBuilder>) | 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. |
Spline(Action<ChartCommonSeriesSettingsBuilder>) | Defines common settings for all spline series. Mirrors the client-side spline object. |
Splinearea(Action<ChartCommonSeriesSettingsBuilder>) | Defines common settings for all spline area series. Mirrors the client-side splinearea object. |
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. |
Stackedarea(Action<ChartCommonSeriesSettingsBuilder>) | Defines common settings for all stacked area series. Mirrors the client-side stackedarea object. |
Stackedbar(Action<ChartCommonSeriesSettingsBuilder>) | Defines common settings for all stacked bar series. Mirrors the client-side stackedbar object. |
Stackedline(Action<ChartCommonSeriesSettingsBuilder>) | Defines common settings for all stacked line series. Mirrors the client-side stackedline object. |
Stackedspline(Action<ChartCommonSeriesSettingsBuilder>) | Defines common settings for all stacked spline series. Mirrors the client-side stackedspline object. |
Stackedsplinearea(Action<ChartCommonSeriesSettingsBuilder>) | Defines common settings for all stacked spline area series. Mirrors the client-side stackedsplinearea object. |
Steparea(Action<ChartCommonSeriesSettingsBuilder>) | Defines common settings for all step area series. Mirrors the client-side steparea object. |
Stepline(Action<ChartCommonSeriesSettingsBuilder>) | Defines common settings for all step line series. Mirrors the client-side stepline object. |
Stock(Action<ChartCommonSeriesSettingsBuilder>) | Defines common settings for all stock series. Mirrors the client-side stock object. |
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) | Specifies the type of the series. Mirrors the client-side type option. |
ValueErrorBar(Action<ChartCommonSeriesSettingsValueErrorBarBuilder>) | Configures error bars. Mirrors the client-side valueErrorBar object. |
ValueField(JS) | Mirrors the client-side valueField option. |
ValueField(String) | 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