Globals
Stimulsoft
Dashboard
Visuals
Cards
StiCardsVisual
Class StiCardsVisual
Hierarchy
StiVisual
StiCardsVisual
Index
Constructors
constructor
Properties
data
Table
element
style
Methods
draw
draw
Arrow
More
get
Color
get
Content
Rectangle
get
Style
Color
get
Font
Geom
measure
Bubble
Cell
measure
Data
Bars
Cell
measure
Indicator
Cell
measure
Sparklines
Cell
Constructors
constructor
new
Sti
Cards
Visual
(
element
:
StiCardsElement
, dataTable
:
StiDataTable
)
:
StiCardsVisual
Parameters
element:
StiCardsElement
dataTable:
StiDataTable
Returns
StiCardsVisual
Properties
data
Table
data
Table
:
StiDataTable
element
element
:
StiCardsElement
style
style
:
StiCardsElementStyle
Methods
draw
draw
(
context
:
StiContext
, rect
:
Rectangle
)
:
Promise
<
void
>
Draws a visual any on specified context and at specified location.
Parameters
context:
StiContext
rect:
Rectangle
Returns
Promise
<
void
>
draw
Arrow
More
draw
Arrow
More
(
context
:
StiContext
, rect
:
Rectangle
, factor
:
number
)
:
void
Parameters
context:
StiContext
rect:
Rectangle
factor:
number
Returns
void
get
Color
get
Color
(
index
:
number
)
:
Color
Parameters
index:
number
Returns
Color
get
Content
Rectangle
get
Content
Rectangle
(
rect
:
Rectangle
)
:
Rectangle
Parameters
rect:
Rectangle
Returns
Rectangle
get
Style
Color
get
Style
Color
(
index
:
number
)
:
Color
Parameters
index:
number
Returns
Color
Static
get
Font
Geom
get
Font
Geom
(
font
:
Font
, zoom
:
number
)
:
StiFontGeom
Parameters
font:
Font
zoom:
number
Returns
StiFontGeom
Static
measure
Bubble
Cell
measure
Bubble
Cell
(
context
:
StiContext
, cards
:
StiCardsElement
, column
:
StiCardsColumn
, rowValue
:
any
, zoom
:
number
)
:
Size
Parameters
context:
StiContext
cards:
StiCardsElement
column:
StiCardsColumn
rowValue:
any
zoom:
number
Returns
Size
Static
measure
Data
Bars
Cell
measure
Data
Bars
Cell
(
context
:
StiContext
, cards
:
StiCardsElement
, column
:
StiCardsColumn
, rowValue
:
any
, zoom
:
number
)
:
Size
Parameters
context:
StiContext
cards:
StiCardsElement
column:
StiCardsColumn
rowValue:
any
zoom:
number
Returns
Size
Static
measure
Indicator
Cell
measure
Indicator
Cell
(
context
:
StiContext
, cards
:
StiCardsElement
, column
:
StiCardsColumn
, rowValue
:
any
, zoom
:
number
)
:
Size
Parameters
context:
StiContext
cards:
StiCardsElement
column:
StiCardsColumn
rowValue:
any
zoom:
number
Returns
Size
Static
measure
Sparklines
Cell
measure
Sparklines
Cell
(
sparklinesCardsColumn
:
StiSparklinesCardsColumn
, zoom
:
number
)
:
Size
Parameters
sparklinesCardsColumn:
StiSparklinesCardsColumn
zoom:
number
Returns
Size
Globals
Stimulsoft
Base
Blockly
Dashboard
Components
Design
Drawing
Export
Helpers
Images
Interactions
Options
Render
Visualizers
Visuals
Cards
Gauge
Indicator
Progress
Data
Designer
Report
System
Viewer
Sti
Cards
Visual
constructor
data
Table
element
style
draw
draw
Arrow
More
get
Color
get
Content
Rectangle
get
Style
Color
get
Font
Geom
measure
Bubble
Cell
measure
Data
Bars
Cell
measure
Indicator
Cell
measure
Sparklines
Cell
Generated using
TypeDoc
Draws a visual any on specified context and at specified location.