Specifies the location on the graph chart value where the link is coming from. The ConnectionPoint property allows you to specify the origin point for the link on the rectangle that contains the graph chart value. By using the ConnectionPoint, LinePoints, and ValueConnectionPoint properties, you can entirely specify the arrow that connects the two graph chart values. If this property is empty, a straight line arrow is drawn between the two values.
Namespace: FMX.RS.GraphCharts
Delphi |
published |
Property Value
Type: TConnectionPoint
The following example creates a link between two graph chart values:
|