initialVisibleCandleCount property

int initialVisibleCandleCount
final

The default number of data points to be displayed when the chart is first opened. The default value is 90. If CandleData does not have enough data points, the chart will display all of them.

Implementation

final int initialVisibleCandleCount;