Skip to main content

BootstrapPieChartCommonSeriesBuilder Members

Stores settings that are common for all series of a Pie Chart control.

Methods

Name Description
ArgumentField(String) Sets the name of a data field providing arguments for series points.
ArgumentType(ChartDataType) Specifies the required type for series arguments.
Color(Color)
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.
Label(Action<BootstrapChartSeriesLabelSettingsBuilder>) Provides access to point label settings.
MaxLabelCount(Int32) Specifies a limit for the number of point labels.
MemberwiseClone() Creates a shallow copy of the current Object. Inherited from Object.
MinSegmentSize(Decimal) Specifies a minimal size of a displayed pie segment.
ReferenceEquals(Object, Object) Determines whether the specified Object instances are the same instance. Inherited from Object.
SmallValuesGrouping(Action<BootstrapPieChartSmallValuesGroupingSettingsBuilder>) Specifies chart segment grouping options.
TagField(String) Specifies which data source field provides auxiliary data for series points.
ToString() Returns a string that represents the current object. Inherited from Object.
ValueField(String) Specifies the data source field that provides values for series points.
See Also