Skip to main content
A newer version of this page is available. .

PieChartSeriesBuilder Methods

Represents a PieChart series.
Name Description
ArgumentField(JS) Mirrors the client-side argumentField option.
ArgumentField(String) Mirrors the client-side argumentField option.
ArgumentType(ChartDataType) Mirrors the client-side argumentType option.
Border(Action<PieChartSeriesBorderBuilder>) Mirrors the client-side border object.
Color(JS) Mirrors the client-side color option.
Color(String) 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) Mirrors the client-side hoverMode option.
HoverStyle(Action<PieChartSeriesHoverStyleBuilder>) Mirrors the client-side hoverStyle object.
Label(Action<PieChartSeriesLabelBuilder>) Mirrors the client-side label object.
MaxLabelCount(JS) Mirrors the client-side maxLabelCount option.
MaxLabelCount(Int32) Mirrors the client-side maxLabelCount option.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
MinSegmentSize(JS) Mirrors the client-side minSegmentSize option.
MinSegmentSize(Double) Mirrors the client-side minSegmentSize option.
Name(JS) Mirrors the client-side name option.
Name(String) 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) Mirrors the client-side selectionMode option.
SelectionStyle(Action<PieChartSeriesSelectionStyleBuilder>) Mirrors the client-side selectionStyle object.
SmallValuesGrouping(Action<PieChartSeriesSmallValuesGroupingBuilder>) Mirrors the client-side smallValuesGrouping object.
Tag(Object) Mirrors the client-side tag option.
TagField(JS) Mirrors the client-side tagField option.
TagField(String) Mirrors the client-side tagField option.
ToString() Returns a string that represents the current object. Inherited from Object.
ValueField(JS) Mirrors the client-side valueField option.
ValueField(String) Mirrors the client-side valueField option.
See Also