|
Axis
|
Represents property Axis.
|
|
AxisLine
|
Represents property AxisLine.
|
|
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.
|
|
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.
|
|
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.
|
|
MajorGridInterval
|
Represents property MajorGridInterval.
|
|
MajorGridStart
|
Represents property MajorGridStart.
|
|
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.
|
|
MinorTickCount
|
Specifies the number of minor grid marks and minor tick marks between every major grid mark.
|
|
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.
|
|
Opacity
|
Represents property Opacity.
|
|
Origin
|
Specifies the Origin for the axis so that a line perpendicular to the axis can be draw
|
|
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.
|
|
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.
|
|
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.
|
|
Visible
|
Represents property Visible.
|