Declared in TKChartLegendStyle.h

TKChartLegendPosition

@enum TKChartLegendPosition

Defines the different places where the legend can be positioned.

Definition

typedef NS_ENUM(NSInteger, TKChartLegendPosition ) {
   TKChartLegendPositionLeft,
   TKChartLegendPositionRight,
   TKChartLegendPositionTop,
   TKChartLegendPositionBottom,
   TKChartLegendPositionFloating,
};

Constants

TKChartLegendPositionLeft
 The legend is positioned at the left side of the chart.

Declared In TKChartLegendStyle.h.

TKChartLegendPositionRight
 The legend is positioned at the right side of the chart.

Declared In TKChartLegendStyle.h.

TKChartLegendPositionTop
 The legend is positioned at the top side of the chart.

Declared In TKChartLegendStyle.h.

TKChartLegendPositionBottom
 The legend is positioned at the bottom side of the chart.

Declared In TKChartLegendStyle.h.

TKChartLegendPositionFloating
 The legend is floating. You should set the offset and offsetOrigin properties when using this option.

Declared In TKChartLegendStyle.h.

Declared In

TKChartLegendStyle.h