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

DXPieCenterImageLabel Class

Declaration

@interface DXPieCenterImageLabel: DXPieCenterLabel

Inheritance

NSObject
DXChartElement
DXPieCenterLabel
DXPieCenterImageLabel

Properties

contentMode Property

Declaration

@property (readwrite) DXPieCenterImageLabelContentMode contentMode

Property Value

Type
DXPieCenterImageLabelContentMode

contentRatio Property

Declaration

@property (readwrite) CGFloat contentRatio

Property Value

Type
CGFloat

image Property

Declaration

@property (readwrite, nullable) UIImage *image

Property Value

Type
UIImage *

Instance Methods

initWithImage: Instance Method

Declaration

- (nullable instancetype)initWithImage:(nullable UIImage *)image

Parameters

Name Type
image UIImage *

Returns

Type
instancetype