react-native-misc

React Native library

This project is maintained by iliubinskii

React Native libraryDocs


React Native library / components/CandlestickChart/CandlestickChart-common/BaseChart / Props

Interface: Props

Internal

Properties

bearBarColor

readonly bearBarColor: string


bullBarColor

readonly bullBarColor: string


color

readonly color: string


data

readonly data: Candlesticks


getLabel()

readonly getLabel: (key) => string

Parameters

key: NumStr

Candlestick key.

Returns

string

Label.


height

readonly height: number


maxHorizontalCells

readonly maxHorizontalCells: number


minLabelsDistance

readonly minLabelsDistance: number


minLabelsEdgeDistance

readonly minLabelsEdgeDistance: number


paddingBottom

readonly paddingBottom: number


paddingEnd

readonly paddingEnd: number


paddingStart

readonly paddingStart: number


paddingTop

readonly paddingTop: number


range0

readonly range0: number


range1

readonly range1: number


selectedColor

readonly selectedColor: string


selectedIndex?

readonly optional selectedIndex: numberU


verticalLabels

readonly verticalLabels: VerticalLabels


width

readonly width: number