Show/Hide Toolbars

RiverSoftAVG Products Help

Navigation: Code Documentation > RSCharting > RSBarCharts > Classes > TRSBarChartValues > Methods

TRSBarChartValues.Add(TRSChartValueType,String,TCanvasColor,Integer) Method

Scroll Prev Top Next More

Creates a new RSBarCharts.TRSBarChartValue instance and adds it to the Items array. The new instance is initialized with the Value, Caption, Color, and ImageIndex parameters. The Value parameter is assigned to the first dimension of the TRSBarChartValues.Values property. Call Add to create a bar value 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 bar value.
 

Namespace: RSBarCharts

Parameters

Value

Type: TRSChartValueType

Caption

Type: String

Color

Type: TCanvasColor

ImageIndex

Type: Integer

Return Value

Type: TRSBarChartValue

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb