Hide Comments
Hide Comments

Comments (0)

expandingMethods

 

Name

Description

public method

Add

Overloaded.  Creates a new FMX.RS.Charts.TRSChartInChartValue instance and adds it to the Items array. Call Add to create a sub-chart value in the collection. No SubChart is actually created but must be assigned later. 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 sub-chart value.

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.
 

public method

Add(TRSChart,TRSChartValueType,String,TCanvasColor,Integer)

Overloaded.  Creates a new FMX.RS.Charts.TRSChartInChartValue instance and adds it to the Items array. The Chart parameter specifies the SubChart to use for this value. The Chart object is not copied. The TRSChartInChartValue will ensure the chart is freed except when the SubChart has its Owner property set. The new instance is initialized with the X, Style, Caption, Color, and ImageIndex parameters. Call Add to create a sub-chart value in the collection. No SubChart is actually created but must be assigned later. 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 sub-chart value.

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.
 

public method

Add(TRSChart,TRSChartValueType,TRSChartValueType,String,TCanvasColor,Integer)

Overloaded.  Creates a new FMX.RS.Charts.TRSChartInChartValue instance and adds it to the Items array. The Chart parameter specifies the SubChart to use for this value. The Chart object is not copied. The TRSChartInChartValue will ensure the chart is freed except when the SubChart has its Owner property set. The new instance is initialized with the X, Y, Style, Caption, Color, and ImageIndex parameters. Call Add to create a sub-chart value in the collection. No SubChart is actually created but must be assigned later. 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 sub-chart value.

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.
 

public method

Add(TRSChart,TRSRect,TRSShapeStyle,String,TCanvasColor,Integer)

Overloaded.  Creates a new FMX.RS.Charts.TRSChartInChartValue instance and adds it to the Items array. The Chart parameter specifies the SubChart to use for this value. The Chart object is not copied. The TRSChartInChartValue will ensure the chart is freed except when the SubChart has its Owner property set. The new instance is initialized with the dimensions (Top, Left, Width, and Height), Style, Caption, Color, and ImageIndex parameters. Call Add to create a sub-chart value in the collection. No SubChart is actually created but must be assigned later. 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 sub-chart value.

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.
 

public method

Add(TRSCustomChartClass,TRSChartValueType,String,TCanvasColor,Integer)

Overloaded.  Creates a new FMX.RS.Charts.TRSChartInChartValue instance and adds it to the Items array. The new instance is initialized with the X, Style, Caption, Color, and ImageIndex parameters. The ChartClass parameter specifies the chart class to create for the SubChart . The TRSChartInChartValue will ensure the chart is freed. Call Add to create a sub-chart value in the collection. No SubChart is actually created but must be assigned later. 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 sub-chart value.

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.
 

public method

Add(TRSCustomChartClass,TRSChartValueType,TRSChartValueType,String,TCanvasColor,Integer)

Overloaded.  Creates a new FMX.RS.Charts.TRSChartInChartValue instance and adds it to the Items array. The new instance is initialized with the X, Y, Style, Caption, Color, and ImageIndex parameters. The ChartClass parameter specifies the chart class to create for the SubChart . The TRSChartInChartValue will ensure the chart is freed. Call Add to create a sub-chart value in the collection. No SubChart is actually created but must be assigned later. 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 sub-chart value.

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.
 

public method

Add(TRSCustomChartClass,TRSRect,TRSShapeStyle,String,TCanvasColor,Integer)

Overloaded.  Creates a new FMX.RS.Charts.TRSChartInChartValue instance and adds it to the Items array. The new instance is initialized with the dimensions (Top, Left, Width, and Height), Style, Caption, Color, and ImageIndex parameters. The ChartClass parameter specifies the chart class to create for the SubChart . The TRSChartInChartValue will ensure the chart is freed. Call Add to create a sub-chart value in the collection. No SubChart is actually created but must be assigned later. 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 sub-chart value.

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.
 

public method

FindItemID(Integer)

Returns the Item with the specified ID. The FindItemID method returns the item in the collection whose ID property is passed to it as a parameter. If no item has the specified ID, FindItemID returns nil.

public method

GetEnumerator

Returns the enumerator for the collection, which is used when you write a "for Item in Chart.Values" loop.

public method

Insert(Integer)

Creates a new instance and adds it to the Items array. Call Insert to add a new value at a specified position in the collection. Existing items (starting from the specified position) are moved up in the Items array. Note that Insert only works as expected if the collection is not     Sorted.

Insert returns the new collection value.
 

Top

Comments (0)

RiverSoftAVG Charting Component Suite (RCCS) © 2005-2015, Thomas G. Grubb