Represents namespace FMX.RS.GraphCharts.
|
||||||||||||||||||||||||||
Encapsulates a link (the line drawn ) between two graph chart values ( RSGraphCharts|TRSGraphChartValue ). Not only does it specify the link but also the appearance of the link, including Caption, LinePoints, and ConnectionPoint. Each TRSGraphChartLink is owned by a RSGraphCharts|TRSGraphChartValue (which automatically implies where this link is coming from), use the Value property to specify where the link is going to. |
||||||||||||||||||||||||||
Manages the collection of graph links (e.g., the line connecting two graph chart values) for one graph chart value ( RSGraphCharts|TRSGraphChartValue ). 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. The TRSGraphChartLinks class is owned by a TRSGraphChartValue and manages all of the links from that graph chart value to other graph chart values (specified by the Value property). |
||||||||||||||||||||||||||
Represents type TRSGraphChartLinksEnumerator. |
||||||||||||||||||||||||||
Extends the FMX.RS.Charts.TRSShapeChartValue class to provide the properties and methods needed to describe one graph chart value (or node). The TRSGraphChartValue class is used by the RSGraphCharts|TRSGraphChart component. The TRSGraphChartValue class manages not only the node, but the outbound Links of the node. These links specify the characteristics of the arrow that connects two TRSGraphChartValue instances. |
||||||||||||||||||||||||||
Extends the FMX.RS.Charts.TRSShapeChartValues class to provide the properties and methods needed to describe the collection of graph chart values (or nodes) that compose a graph. A graph is made up a nodes and links between the nodes. Each node in a graph is defined by one RSGraphCharts|TRSGraphChartValue instance, each TRSGraphChartValue instance defines the collection of outbound links which it has. The TRSGraphChartValues class is used by the RSGraphCharts|TRSGraphChart component. Note that the TRSGraphChartValues collection provides built-in support for limiting the number of values in the collection (using the Limit property). |
||||||||||||||||||||||||||
Represents type TRSGraphChartValuesEnumerator. |
|