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

DXDateTimeAxisLabelTextFormatter Protocol

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

Declaration

@protocol DXDateTimeAxisLabelTextFormatter <NSObject>

Implements

DXCharts.NSObject

Instance Methods

format: Instance Method

Formats the specified axis value.

Declaration

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

Parameters

Name Type Description
value NSDate *

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

Returns

Type Description
NSString *

The formatted axis value.