Nativescript Doc
Preparing search index...
The search index is not available
Nativescript plugin for Charts
Nativescript plugin for Charts
data/BarEntry
BarEntry
Interface BarEntry
interface
BarEntry
{
data
?:
any
;
icon
?:
ImageSource
|
Shape
;
isStacked
?:
boolean
;
negativeSum
?:
number
;
positiveSum
?:
number
;
ranges
?:
[
number
,
number
]
[]
;
yVals
?:
number
[]
;
[
k
:
string
]:
any
;
}
Hierarchy (
View Summary
)
Entry
BarEntry
Indexable
[
k
:
string
]:
any
Index
Properties
data?
icon?
is
Stacked?
negative
Sum?
positive
Sum?
ranges?
y
Vals?
Properties
Optional
data
data
?:
any
Optional
icon
icon
?:
ImageSource
|
Shape
Optional
is
Stacked
isStacked
?:
boolean
Optional
negative
Sum
negativeSum
?:
number
Optional
positive
Sum
positiveSum
?:
number
Optional
ranges
ranges
?:
[
number
,
number
]
[]
Optional
y
Vals
yVals
?:
number
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
data
icon
is
Stacked
negative
Sum
positive
Sum
ranges
y
Vals
Nativescript Doc
Nativescript plugin for Charts
Loading...