PieChartSeriesSmallValuesGroupingBuilder Methods
Provides methods that allow you to configure nested options of the client-side smallValuesGrouping object.Name | Description |
---|---|
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. |
GroupName(JS) | Specifies the name of the grouped chart segment. This name represents the segment in the chart legend. Mirrors the client-side groupName option. |
GroupName(String) | Specifies the name of the grouped chart segment. This name represents the segment in the chart legend. Mirrors the client-side groupName option. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
Mode(SmallValuesGroupingMode) | Specifies the segment grouping mode. Mirrors the client-side mode 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. |
Threshold(JS) | Specifies a threshold for segment values. Mirrors the client-side threshold option. |
Threshold(Double) | Specifies a threshold for segment values. Mirrors the client-side threshold option. |
TopCount(JS) | Specifies how many segments must not be grouped. Mirrors the client-side topCount option. |
TopCount(Int32) | Specifies how many segments must not be grouped. Mirrors the client-side topCount option. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also