Api stripLineSettingsModel in EJ2 TypeScript Chart control

8 May 20231 minute to read

Interface for a class StripLineSettings

Properties

border BorderModel

Border of the strip line.

color string

Color of the strip line.

end number | Date | string

End value of the strip line.

horizontalAlignment string

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.

opacity number

Strip line Opacity

rotation number

The angle to which the strip line text gets rotated.

size number

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

start number | Date | string

Start value of the strip line.

startFromAxis boolean

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

text string

Strip line text.

textStyle FontModel

Options to customize the strip line text.

verticalAlignment string

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 string

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.