CFXAxisSectionBase Class Reference
Inherits from | |
Conforms to | |
Framework | |
Availability |
Available in iOS 5.0 and later.
|
Companion guide | |
Declared in |
ChartFX.h
|
Overview
This Base class is not intended to be used directly by the programmer; however, derived classes can be used for axis customization. For example, the CFXAxis class is derived from the AxisSectionBase and its members are accessible through the use of the axisX and axisY properties. Furthermore, AxisSectionBase is the based class which CFXAxisSection is derived from.
Properties
grids
Allows customization of grid lines by providing access to the supported members of the Grids class.
Discussion
This property provides customization of the chart Plot Area, by using the interlaced and interlacedColor properties of the Grids class.
Lines across the Axes can be added at the major and minor steps by setting major and minor Gridlines.
Lines across the Axes can be added at specific points by adding a CFXCustomGridLine.
Declared In
ChartFX.h