Skip to main content

PieChartSeriesBuilder Members

Represents a PieChart series.

Constructors

Name Description
PieChartSeriesBuilder(OptionsOwnerContext) For internal use only. Initializes a new PieChartSeriesBuilder class instance.

Methods

Name Description
ArgumentField(JS) Specifies the data source field that provides arguments for series points. Mirrors the client-side argumentField option.
ArgumentField(String) Specifies the data source field that provides arguments for series points. Mirrors the client-side argumentField option.
ArgumentType(ChartDataType) Specifies the required type for series arguments. Mirrors the client-side argumentType option.
Border(Action<PieChartSeriesBorderBuilder>) An object defining the series border configuration properties. Mirrors the client-side border object.
Color(JS) Specifies a series color. Mirrors the client-side color option.
Color(Action<ChartsColorBuilder>)
Color(String) Specifies a series color. Mirrors the client-side color 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.
HoverMode(PieChartSeriesInteractionMode) Specifies the chart elements to highlight when a series is hovered over. Mirrors the client-side hoverMode option.
HoverStyle(Action<PieChartSeriesHoverStyleBuilder>) An object defining configuration properties for a hovered series. Mirrors the client-side hoverStyle object.
Label(Action<PieChartSeriesLabelBuilder>) An object defining the label configuration properties. Mirrors the client-side label object.
MaxLabelCount(JS) Specifies how many points are acceptable to be in a series to display all labels for these points. Otherwise, the labels will not be displayed. Mirrors the client-side maxLabelCount option.
MaxLabelCount(Int32) Specifies how many points are acceptable to be in a series to display all labels for these points. Otherwise, the labels will not be displayed. Mirrors the client-side maxLabelCount option.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
MinSegmentSize(JS) Specifies a minimal size of a displayed pie segment. Mirrors the client-side minSegmentSize option.
MinSegmentSize(Double) Specifies a minimal size of a displayed pie segment. Mirrors the client-side minSegmentSize 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.
Option(String, Object) Specifies an option by its name.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
SelectionMode(PieChartSeriesInteractionMode) Specifies the chart elements to highlight when the series is selected. Mirrors the client-side selectionMode option.
SelectionStyle(Action<PieChartSeriesSelectionStyleBuilder>) An object defining configuration properties for the series when it is selected. Mirrors the client-side selectionStyle object.
SmallValuesGrouping(Action<PieChartSeriesSmallValuesGroupingBuilder>) Specifies chart segment grouping properties. Mirrors the client-side smallValuesGrouping object.
Tag(Object) Specifies data about a series. Mirrors the client-side tag option.
TagField(JS) Specifies the name of the data source field that provides data about a point. Mirrors the client-side tagField option.
TagField(String) Specifies the name of the data source field that provides data about a point. Mirrors the client-side tagField option.
ToString() Returns a string that represents the current object. Inherited from Object.
ValueField(JS) Specifies the data source field that provides values for series points. Mirrors the client-side valueField option.
ValueField(String) Specifies the data source field that provides values for series points. Mirrors the client-side valueField option.
See Also