StockChartStripLineSettingsModel

23 Sep 20252 minutes to read

Interface for a class StockChartStripLineSettings

Properties

border StockChartBorderModel

Border of the strip line.

color string

Color of the strip line.

dashArray string

Dash Array of the strip line.

end Object|number|Date

End value of the strip line.

horizontalAlignment Anchor

Defines the position of the strip line text horizontally. They are,

  • Start: Places the strip line text at the start.
  • Middle: Places the strip line text in the middle.
  • End: Places the strip line text at the end.

isRepeat boolean

isRepeat value of the strip line.

isSegmented boolean

isSegmented value of the strip line.

opacity number

Strip line Opacity.

repeatEvery Object|number|Date

repeatEvery value of the strip line.

repeatUntil Object|number|Date

repeatUntil value of the strip line.

rotation number

The angle to which the strip line text gets rotated.

segmentAxisName string

segmentAxisName of the strip line.

segmentEnd Object|number|Date

segmentEnd value of the strip line.

segmentStart Object|number|Date

segmentStart value of the strip line.

size number

Size of the strip line, when it starts from the origin.

sizeType SizeType

Size type of the strip line.

start Object|number|Date

Start value of the strip line.

startFromAxis boolean

If set true, strip line get render from axis origin.

text string

Strip line text.

textStyle StockChartFontModel

Options to customize the strip line text.

verticalAlignment Anchor

Defines the position of the strip line text vertically. They are,

  • Start: Places the strip line text at the start.
  • Middle: Places the strip line text in the middle.
  • End: Places the strip line text at the end.

visible boolean

If set true, strip line for axis renders.

zIndex ZIndex

Specifies the order of the strip line. They are,

  • Behind: Places the strip line behind the series elements.
  • Over: Places the strip line over the series elements.