Skip to main content

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


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


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.