Show/Hide Toolbars

RiverSoftAVG Products Help

Navigation: Code Documentation > RSCharting > RSDonutCharts > Classes > TRSDonutChartExValues > Methods

TRSDonutChartExValues.Add(TRSChartValueType,String,TCanvasColor) Method

Scroll Prev Top Next More

Creates a new TRSDonutChartExValue instance and adds it to the Items array. The new instance is initialized with the SweepAngle, Caption, and Color parameters. The StartAngle defaults to the end angle of the last item in the collection.

Call Add to create a donut slice in the collection. The new value is placed at the end of the Items array, or, if the collection is Sorted, placed at the sorted point in the collection (based on a default value (0)).

Add returns the new donut slice value.

noteNote

Note that because every time you change a value an event is called, it is faster to add and initialize a value using the overloaded Add method.

Namespace: RSDonutCharts

Parameters

SweepAngle

Type: TRSChartValueType

Caption

Type: String

Color

Type: TCanvasColor

Return Value

Type: TRSDonutChartExValue

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb