Hide Comments
Hide Comments

Comments (0)

Contains all the sub-charts in the chart-in-chart. Each sub-chart ( RSCharts.TRSChartInChartValue ) may be its own sub-chart (SubChart), shape (Style) as well as size (Width and Height), Color, Caption, etc. When a sub-chart is added to the collection, it is initialized to the  DefaultShape but with no sub-chart (unless specified). Use the Values collection to add, delete, and modify subcharts in the chart. If the SubChart has its Owner property set, the Owner controls the lifetime of the subchart. Otherwise, the Values will take care of freeing the memory for the subchart when it is deleted.

noteNote

Sub-charts are drawn from first to last through the collection, so later sub-charts are "on top" of earlier sub-charts

Namespace: RSCharts

expandingSyntax

Delphi

published
  property Values: TRSChartInChartValues read GetValues write SetValues stored IsValuesStored;
 

Property Value

Type: TRSChartInChartValues

expandingSee Also

Comments (0)

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