Inherits from NSObject
Conforms to TKChartData
Declared in TKChartBubbleDataPoint.h

Overview

Represents a data point for bubble series.

Properties

area

Bubble area value.

@property (nonatomic, strong, nullable) NSNumber *area

Declared In

TKChartBubbleDataPoint.h

dataXValue

X axis value.

@property (nonatomic, strong, nullable) id dataXValue

Declared In

TKChartBubbleDataPoint.h

dataYValue

Y axis value.

@property (nonatomic, strong, nullable) id dataYValue

Declared In

TKChartBubbleDataPoint.h

Class Methods

dataPointWithX:Y:area:

Creates a data point for bubble series.

+ (instancetype __nonnull)dataPointWithX:(id __nullable)xValue Y:(id __nullable)yValue area:(NSNumber *__nullable)area

Parameters

xValue

X axis value.

yValue

Y axis value.

area

Bubble area value.

Declared In

TKChartBubbleDataPoint.h

Instance Methods

initWithX:Y:area:

Creates a data point for bubble series.

- (instancetype __nonnull)initWithX:(id __nullable)xValue Y:(id __nullable)yValue area:(NSNumber *__nullable)area

Parameters

xValue

X axis value.

yValue

Y axis value.

area

Bubble area value.

Declared In

TKChartBubbleDataPoint.h