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

DXQualitativeAxisLabelTextFormatter Protocol

The protocol which a class that provides qualitative X-axis‘s label text should implement.

Declaration

@protocol DXQualitativeAxisLabelTextFormatter <NSObject>

Implements

DXCharts.NSObject

Instance Methods

format: Instance Method

Formats the specified axis value.

Declaration

- (NSString *)format:(NSString *)value

Parameters

Name Type Description
value NSString *

The axis value for which the method generates the string representation.

Returns

Type Description
NSString *

The formatted axis value.