Show/Hide Toolbars

RiverSoftAVG Products Help

Navigation: Code Documentation > RSCharting > RSCharts > Classes > TRSArrowChartValues > Methods

TRSArrowChartValues.Add(TRSChartValueType,TRSChartValueType,TRSChartValueType,TRSChartValueType,String,TCanvasColor) Method

Scroll Prev Top Next More

Creates a new RSCharts.TRSArrowChartValue instance and adds it to the Items array. The new instance is initialized with the dimensions (StartX, StartY, EndX and EndY which specify the 2 end points), Caption, and Color parameters. Call Add to create an arrow 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.

Add returns the new arrow value.

Namespace: RSCharts

Parameters

StartX

Type: TRSChartValueType

StartY

Type: TRSChartValueType

EndX

Type: TRSChartValueType

EndY

Type: TRSChartValueType

Caption

Type: String

Color

Type: TCanvasColor

Return Value

Type: TRSArrowChartValue

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb