FlexChartOptions Class Reference

Inherits from NSObject
Declared in ChartOptions.h

Overview

FlexChartOptions

  bubbleMinSize

Gets or sets minimum size of bubble.

@property (nonatomic) float bubbleMinSize

Discussion

Gets or sets minimum size of bubble.

Declared In

ChartOptions.h

  bubbleMaxSize

Gets or sets maximum size of bubble.

@property (nonatomic) float bubbleMaxSize

Discussion

Gets or sets maximum size of bubble.

Declared In

ChartOptions.h

  groupWidth

Gets or sets group width.

@property (nonatomic) float groupWidth

Discussion

Gets or sets group width.

Declared In

ChartOptions.h

  candleWidth

Gets or sets candle width.

@property (nonatomic) float candleWidth

Discussion

Gets or sets candle width.

Declared In

ChartOptions.h

– init:

Initialize an object for FlexChartOptions.

- (id)init:(FlexChart *)chart

Parameters

chart

the specified chart.

Return Value

an object for FlexChartOptions.

Discussion

Initialize an object for FlexChartOptions.

Declared In

ChartOptions.h