CFXMargins Class Reference

Inherits from
Conforms to
Framework
Availability
Available in iOS 5.0 and later.
Companion guide
Declared in
ChartFX.h

Overview

Defines the distance in pixels between the border of the bounding rectangle and the plot area of the chart. The plotAreaMargin property of the CFXChart class gives access to the margins.

Properties

bottom

Gets or sets the distance in pixels between the bottom border of the bounding rectangle and the bottom border of the plot area of the chart.

@property(nonatomic) int bottom
Discussion

The plotAreaMargin property of the CFXChart class is used to obtain the Margins object for a chart.

Availability
  • Available in iOS 5.0 and later.
See Also
Declared In
ChartFX.h

left

Gets or sets the distance in pixels between the left border of the bounding rectangle and the left border of the plot area of the chart.

@property(nonatomic) int left
Discussion

The plotAreaMargin property of the CFXChart class is used to obtain the Margins object for a chart.

Declared In
ChartFX.h

right

Gets or sets the distance in pixels between the right border of the bounding rectangle and the right border of the plot area of the chart.

@property(nonatomic) int right
Discussion

The plotAreaMargin property of the CFXChart class is used to obtain the Margins object for a chart.

Declared In
ChartFX.h

top

Gets or sets the distance in pixels between the top border of the bounding rectangle and the top border of the plot area of the chart.

@property(nonatomic) int top
Discussion

The plotAreaMargin property of the CFXChart class is used to obtain the Margins object for a chart.

Declared In
ChartFX.h