|
Brush
|
Determines the color and pattern for filling graphical shapes on the layer. Set the Brush property to specify the color and pattern to use when filling in graphical shapes. The value of Brush is a TBrush VCL or FMX object. Set the properties of the TBrush object to specify the color and pattern or bitmap to use when filling in spaces on the layer.
|
|
HorizontalAxis
|
Represents property HorizontalAxis.
|
|
Image
|
Specifies the picture that appears in the layer. Use Image to specify the image for the TRSChartLayer object. Image is a reference to a TRSPicture object (TPicture in VCL and TBitmap in FMX). Use properties and methods of TRSPicture to specify a bitmap, icon, metafile, or user-defined graphic to be displayed by the chart layer. The ImageMode property specifies how the Image will be drawn within the bounds of the chart layer.
Setting Image at design time brings up the Picture Editor, which can be used to specify the file that contains the image.
|
|
ImageMode
|
Controls how the Image is painted within the layer. See RSChartConsts|TImageMode for more information.
|
|
Opacity
|
Represents property Opacity.
|
|
Pen
|
Specifies the kind of pen the chart graphic area uses for drawing lines and outlining shapes in the layer. Set Pen to specify the pen to use for drawing lines and outlining shapes in the layer. The value of Pen is a TRSPen object (TPen in VCL, and TStrokeBrush in FMX). Set the properties of the TRSPen object to specify the color, style, width, and mode of the pen
|
|
Transparent
|
Specifies whether the layer is transparent or not. If the layer is not transparent, it is filled with the Brush before drawing any Image.
|
|
VerticalAxis
|
Represents property VerticalAxis.
|
|
Visible
|
Represents property Visible.
|
|
Zoomable
|
Specifies whether the layer is zoomable or not. If the layer is not zoomable, when you zoom the chart, the layer is still drawn as if unzoomed.
|