Skip to main content
A newer version of this page is available.

DXPieCenterTextLabel Class

Declaration

@interface DXPieCenterTextLabel: DXPieCenterLabel

Inheritance

NSObject
DXChartElement
DXPieCenterLabel
DXPieCenterTextLabel

Properties

adjustFontSize Property

Declaration

@property (readwrite) BOOL adjustFontSize

Property Value

Type
BOOL

contentRatio Property

Declaration

@property (readwrite) CGFloat contentRatio

Property Value

Type
CGFloat

style Property

Declaration

@property (readwrite, nullable) DXPieCenterTextLabelStyle *style

Property Value

Type
DXPieCenterTextLabelStyle *

textPattern Property

Declaration

@property (readwrite, copy, nonatomic, nullable) NSString *textPattern

Property Value

Type
NSString *

Instance Methods

initWithPattern: Instance Method

Declaration

- (nullable instancetype)initWithPattern:(nonnull NSString *)textPattern

Parameters

Name Type
textPattern NSString *

Returns

Type
instancetype