Hide Comments
Hide Comments

Comments (0)

expandingProperties

 

Name

Description

public property

Axis

Represents property Axis.

protected property

AxisLine

Represents property AxisLine.

published property

DrawOptions

Defines the set of grid marks that the axis grid should draw. Each grid mark type is drawn with its own pen:     GridPen for the major grid,     MinorGridPen for the minor grid, and     TicksPen for the tick marks.

AxisGridOptionsExample
 

published property

GridPen

Specifies the kind of pen that should be used to draw the major grid lines. Set Pen to specify the pen to use for drawing major grid lines in the chart. The value of Pen is a TRSPen object, which is 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.

The major grid is only drawn if it is specified in the     DrawOptions property.
 

published property

InnerLength

Specifies the length of the tick mark on the inside of the chart area.

The TickLength property, along with the     InnerLength property, specify the length of tick marks in pixels that are drawn at the major grid interval. The TickLength property specifies the portion of the tick mark on the outside of the grid. If either the TickLength property or the InnerLength property is greater than 0, and doDrawTickMarks is in     DrawOptions, then a tick mark on the major grid interval is drawn.
 

protected property

MajorGridInterval

Represents property MajorGridInterval.

protected property

MajorGridStart

Represents property MajorGridStart.

published property

MinorGridPen

Specifies the kind of pen that should be used to draw the minor grid lines. Set Pen to specify the pen to use for drawing minro grid lines in the chart. The value of Pen is a TRSPen object, which is TPen in VCL and TStrokeBrush in FMX. Set the properties of the TPen object to specify the color, style, width, and mode of the pen.

The minor grid is only drawn if it is specified in the     DrawOptions property.

published property

MinorTickCount

Specifies the number of minor grid marks and minor tick marks between every major grid mark.

published property

MinorTickLength

Specifies the length of tick marks that are drawn at the minor grid interval (see     MinorTickCount).

If both the MinorTickLength property and the MinorTickCount property are greater than 0, and doDrawTickMarks is in DrawOptions, then a tick mark on the minor grid interval is drawn with the specified MinorTickLength.
 

published property

Opacity

Represents property Opacity.

published property

Origin

Specifies the Origin for the axis so that a line perpendicular to the axis can be draw

published property

OriginPen

Specifies the kind of pen that should be used to draw the origin line. Set Pen to specify the pen to use for drawing tick marks in the chart. The value of Pen is a TRSPen object, which is TPen in VCL and TStrokeBrush in FMX. Set the properties of the TPen object to specify the color, style, width, and mode of the pen.

The origin line is only drawn if it is specified in the     DrawOptions property.
 

published property

TickLength

Specifies the portion of the tick mark on the outside of the grid.

The TickLength property, along with the     InnerLength property, specify the length of tick marks in pixels that are drawn at the major grid interval. The InnerLength property specifies the length of the tick mark on the inside of the chart area. If either the TickLength property or the InnerLength property is greater than 0 and doDrawTickMarks is in     DrawOptions, then a tick mark on the major grid interval is drawn.
 

published property

TicksPen

Specifies the kind of pen that should be used to draw the tick marks. Set Pen to specify the pen to use for drawing tick marks in the chart. The value of Pen is a TRSPen object, which is TPen in VCL and TStrokeBrush in FMX. Set the properties of the TPen object to specify the color, style, width, and mode of the pen.

The tick marks are only drawn if they are specified in the     DrawOptions property.
 

published property

Visible

Represents property Visible.

Top

Comments (0)

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