Controls whether the legend automatically updates its Lines property. If Fixed is True, the legend will not try to automatically fill the Lines property.
Warning |
---|
If you set the Fixed property at design-time, the legend will not draw any boxes or glyphs |
Namespace: FMX.RS.ChartPanel
Delphi |
published |
Property Value
Type: Boolean
The following code shows how to set the Lines and then use the Fixed property to prevent the legend from overwriting it:
|