Interface: AreaStyleOptions
Represents style options for an area series.
Properties
topColor
• topColor: string
Color of the top part of the area.
defaultvalue 'rgba( 46, 220, 135, 0.4)'
bottomColor
• bottomColor: string
Color of the bottom part of the area.
defaultvalue 'rgba( 40, 221, 100, 0)'
lineColor
• lineColor: string
Line color.
defaultvalue '#33D778'
lineStyle
• lineStyle: LineStyle
Line style.
defaultvalue LineStyle.Solid
lineWidth
• lineWidth: LineWidth
Line width in pixels.
defaultvalue 3
lineType
• lineType: LineType
Line type.
defaultvalue LineType.Simple
crosshairMarkerVisible
• crosshairMarkerVisible: boolean
Show the crosshair marker.
defaultvalue true
crosshairMarkerRadius
• crosshairMarkerRadius: number
Crosshair marker radius in pixels.
defaultvalue 4
crosshairMarkerBorderColor
• crosshairMarkerBorderColor: string
Crosshair marker border color. An empty string falls back to the the color of the series under the crosshair.
defaultvalue ''
crosshairMarkerBackgroundColor
• crosshairMarkerBackgroundColor: string
The crosshair marker background color. An empty string falls back to the the color of the series under the crosshair.
defaultvalue ''
lastPriceAnimation
• lastPriceAnimation: LastPriceAnimationMode
Last price animation mode.
defaultvalue LastPriceAnimationMode.Disabled