|
Assign(TPersistent)
|
Copies the contents of another similar object to the current object
Notes to Inheritors
|
Most objects override Assign to handle the assignment of properties from similar objects. When overriding Assign, call the inherited method if the destination object cannot handle the assignment of properties from the class of the Source parameter
|
|
|
BoundsRect(TCanvas,TCanvasRect,TCanvasPixel)
|
Returns the rectangle where the legend will be located on the Canvas. It also returns LongestWidth, which contains the longest text width of any label in the Lines property. What rectangle the BoundsRect method returns is dependent on the ARect parameter first of all, the labels being displayed in Lines, then the Align property, the MaxWidthPct, MaxRows, and Overlay properties.
Use the BoundsRect method to determine where the legend will draw itself.
|
|
DrawGlyph(TCanvas,Integer,TCanvasPixel,TCanvasPixel)
|
Represents method DrawGlyph(TCanvas,Integer,TCanvasPixel,TCanvasPixel).
|
|
DrawLabel(TCanvas,Integer,TCanvasPixel,TCanvasPixel,TCanvasPixel)
|
Represents method DrawLabel(TCanvas,Integer,TCanvasPixel,TCanvasPixel,TCanvasPixel).
|
|
FormatValue(TRSCustomChart,Integer)
|
Returns the label for the FMX.RS.ChartPanel.TRSChartValue at the Index position in the chart's Values collection. The string returned is dependent on the TRSChartValue instance and the TextStyle property.
|
|
GetLegendStrings
|
Represents method GetLegendStrings.
|
|
Initialize
|
Represents method Initialize. (Overrides FMX.RS.ChartPanel.TRSCustomChartLabel.Initialize.)
|
|
InitializeEvents
|
Represents method InitializeEvents. (Overrides FMX.RS.ChartPanel.TRSCustomChartLabel.InitializeEvents.)
|
|
InternalDraw(TCanvas,TCanvasRect)
|
Represents method InternalDraw(TCanvas,TCanvasRect). (Overrides FMX.RS.ChartPanel.TRSCustomChartLabel.InternalDraw(TCanvas,TCanvasRect).)
|
|
IsShowingCharts
|
Returns True if the legend will be displaying chart names in the legend. This value is dependent on the LegendStyle as well as how many charts are visible in the chart panel.
|
|
LongestLine(TCanvas,TCanvasRect)
|
Represents method LongestLine(TCanvas,TCanvasRect).
|
|
SenderChanged(TObject)
|
Represents method SenderChanged(TObject). (Overrides FMX.RS.ChartPanel.TRSChartGraphic.SenderChanged(TObject).)
|
|
SetFont(TFont)
|
Represents method SetFont(TFont). (Overrides FMX.RS.ChartPanel.TRSCustomChartLabel.SetFont(TFont).)
|
|
Size(TCanvas,TCanvasRect,TCanvasPixel)
|
Represents method Size(TCanvas,TCanvasRect,TCanvasPixel).
|