BootstrapChartSeriesBuilder Methods
Stores settings of a Chart series.Name | Description |
---|---|
Aggregation(Action<BootstrapChartAggregationSettingsBuilder>) | |
ArgumentField(String) | Sets the name of a data field providing arguments for series points. |
Axis(String) | Binds the series to a value axis. |
CloseValueField(String) | Specifies which data source field provides close values for points of a financial series. |
Color(Color) | |
CornerRadius(Int32) | Makes bars look rounded. Applies only to bar-like series. |
CssClass(String) | Sets the name of a CSS class applied to the series element. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
Equals(Object, Object) | Determines whether the specified object instances are considered equal. 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(String) | Specifies which data source field provides high values for points of a financial series. |
IgnoreEmptyPoints(Boolean) | Specifies whether a chart ignores null data points or not. |
Label(Action<BootstrapChartSeriesLabelSettingsBuilder>) | Provides access to point label settings. |
LegendMarkerCssClass(String) | Sets the name of a CSS class applied to a legend marker element. |
LowValueField(String) | Specifies which data source field provides low values for points of a financial series. |
MaxLabelCount(Int32) | Specifies a limit for the number of point labels. |
MemberwiseClone() | Creates a shallow copy of the current Object. Inherited from Object. |
MinBarSize(Int32) | Specifies the minimal possible height (or length if the chart is rotated) of a bar in pixels. Applies only to bar-like series. |
Name(String) | Specifies the name that identifies the series. |
OpenValueField(String) | Specifies which data source field provides open values for points of a financial series. |
Pane(String) | Sets the pane which should display the current series. |
Point(Action<BootstrapChartPointSettingsBuilder>) | Configures series points in scatter, line and area-like series. |
RangeValue1Field(String) | Coupled with the BootstrapChartSeriesBuilder.RangeValue2Field option, specifies which data source field provides values for a range-like series. |
RangeValue2Field(String) | Coupled with the BootstrapChartSeriesBuilder.RangeValue1Field option, specifies which data source field provides values for a range-like series. |
ReductionLevel(FinancialChartReductionLevel) | Specifies reduction options for financial series: whether high, low, open or close prices of points should be compared. |
ReferenceEquals(Object, Object) | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ShowInLegend(Boolean) | E sets a value that specifies whether or not to show the series in the chart’s legend. |
SizeField(String) | Specifies which data source field provides size values for bubbles. Required by and applies only to bubble series. |
Stack(String) | Specifies which stack the series should belongs to. Applies only to stacked bar and full-stacked bar series. |
TagField(String) | Sets the name of a data field providing auxiliary data associated with a point. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
Type(SeriesType) | Sets the series type. |
ValueErrorBar(Action<BootstrapChartValueErrorBarSettingsBuilder>) | Configures error bars for numeric axes. |
ValueField(String) | Specifies which data source field provides values for series points. |
Visible(Boolean) | Sets a value specifying the visibility of the current chart series. |
See Also