Hide Comments
Hide Comments

Comments (0)

expandingProperties

 

Name

Description

published property

Alignment

Specifies the location of the Caption within the 2D boundaries of the path shape. Use the Alignment property to position your text within the path shape.

published property

Brush

Specifies the color and pattern for filling the path shape. Set the Brush property to specify the color and pattern to use when drawing the background or filling in the path shape. The value of Brush is a TBrush object. Set the properties of the TBrush object to specify the color and pattern or bitmap to use when filling in the path shape on the canvas.
 

public property

Collection

Specifies the FMX.RS.Charts.TRSPathChartValues instance to
which this Item belongs. Each collection item belongs to the
collection which creates it. The Collection property
points to the collection object to which the value belongs.
 

public property

Current

Contains the Path Data modified to fit within its X, Y, Width, Height rectangle (   ShapeRect). The Current Path Data is used for drawing the path while preserving the original Data if its boundaries change.

published property

Data

Defines the path data for the path chart value. The path data is a FMX.Graphics.TPathData-type path data (with extensions and bug fixed), describing curves and lines, contained in the TRSPathData object.
 

published property

Font

Specifies the font used to draw each path shape's Caption. 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.
 

published property

Height

The Height and   Width properties specify the size of the path shape. Set Height or Width to change the size of the path shape. Using the X, Y, Width and Height properties, you specify the exact rectangle where the path shape will be drawn.
 

public property

NeedPathUpdate

Returns True if the   Current Path Data needs to be updated because of changes to the Data or the   ShapeRect.

noteNote

If NeedPathUpdate is true, the next time this path is drawn, the     UpdatePath method will be called first (and NeedPathUpdate will be false thereafter)

published property

Pen

Specifies the kind of pen the chart graphic area uses for outlining the path shape. Set Pen to specify the pen to use for outlining the path shape. 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.
 

public property

ShapeRect

Returns the rectangle bounded by the X, Y, Width, and Height properties

published property

Width

The Height and   Width properties specify the size of the path shape. Set Height or Width to change the size of the path shape. Using the X, Y, Width and Height properties, you specify the exact rectangle where the path shape will be drawn.
 

Top

Comments (0)

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