Implements the properties and methods necessary to display a header or footer in a chart panel. This includes properties such as
Text and Font. The TRSChartHeader class extends the FMX.RS.ChartPanel.TRSChartImageArea class and redefines the Draw method to properly draw a header or footer.
Namespace: FMX.RS.ChartPanel
TInterfacedPersistent |
Delphi |
type |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Controls the angle in degrees at which the Text is rotated within the header. Specify an angle between 0 and 359 for the rotation. An angle of 0 specifies a normal text label while an angle of 90 specifies a text label drawn complete rotated on its side. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Represents property Brush. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Specifies the font used to draw each header's Text. Set Font to specify the font to use for writing text. The value of Font is a TFont object. Set the properties of the TFont object to specify the font face, color, size, style, and any other aspects of the font (except for the Angle or rotation). |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Specifies the height in pixels of the chart header. It specifies the height of the rectangle that contains the chart header or footer in the chart panel. The height cannot be smaller than the Font's height. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Represents property Image. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Represents property ImageOptions. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Represents property IsHeader. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Occurs immediately after the chart graphic object changes. Write an OnChange event handler to take specific action when the chart graphic changes. The properties of the chart graphic reflect the new settings when OnChange occurs.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Represents property Opacity. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Represents property Pen. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Specifies the text, or title caption, of the header or footer. This is the text actually written in the chart header |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Represents property Visible. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Specifies the width in pixels of the chart header. It specifies the width of the rectangle that contains the chart header or footer in the chart panel.
|
|
|