Manages the collection of graph links for this chart value (e.g., the line from this graph chart value to other two graph chart values (specified by the Value property). Each link is defined by the RSGraphCharts|TRSGraphChartLink class, which not only specifies the link but also the appearance of the link, including Caption, LinePoints, and ConnectionPoint.
Namespace: FMX.RS.GraphCharts
Delphi |
published |
Property Value
Type: TRSGraphChartLinks
The following code creates a graph chart value and initializes its Level. Then, it creates two children (e.g., Level+1) of the first graph chart value:
|