Declared in TKGaugeLabels.h

TKGaugeLabelsPosition

@enum TKGaugeLabelsPosition

Defines the position of the gauge labels. Inner or outer the scale line.

Definition

typedef NS_ENUM(NSInteger, TKGaugeLabelsPosition ) {
   TKGaugeLabelsPositionInner,
   TKGaugeLabelsPositionOuter,
};

Constants

TKGaugeLabelsPositionInner
 Labels are positioned on the inside of the scale line.

Declared In TKGaugeLabels.h.

TKGaugeLabelsPositionOuter
 Labels are positioned on the outside of the scale line.

Declared In TKGaugeLabels.h.

Declared In

TKGaugeLabels.h