Hide Comments
Hide Comments

Comments (0)

expandingProperties

 

Name

Description

published property

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.
 

protected property

HorizontalAxis

Represents property HorizontalAxis.

published property

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.
 

published property

ImageMode

Controls how the Image is painted within the layer. See RSChartConsts|TImageMode for more information.

published property

Opacity

Represents property Opacity.

published property

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

published property

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.

protected property

VerticalAxis

Represents property VerticalAxis.

published property

Visible

Represents property Visible.

published property

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.

Top

Comments (0)

RiverSoftAVG Charting Component Suite (RCCS) © 2005-2015, Thomas G. Grubb