Interface: BaselineStylePreferences
Charting Library.BaselineStylePreferences
Properties
baseLevelPercentage
baseLevelPercentage: number
Baseline level percentage
baselineColor
baselineColor: string
Baseline line color
bottomFillColor1
bottomFillColor1: string
Top fill color of negative area
bottomFillColor2
bottomFillColor2: string
Bottom fill color of negative area
bottomLineColor
bottomLineColor: string
Negative area line color
bottomLineStyle
bottomLineStyle: number
Bottom line style
bottomLineWidth
bottomLineWidth: number
Negative area line width
topFillColor1
topFillColor1: string
Top fill color of positive area
topFillColor2
topFillColor2: string
Bottom fill color of positive area
topLineColor
topLineColor: string
Positive area line color
topLineStyle
topLineStyle: number
Top line style
topLineWidth
topLineWidth: number
Positive area line width
transparency
transparency: number
Transparency. Range [0..100]
0 - fully opaque,
100 - fully transparent.
Note: Rather use rgba color string for setting transparency.