Search results

StripLineDirective API in Angular Chart API component

StripLine Directive

<e-axis>
<e-striplines>
<e-stripline></e-stripline>
</e-striplines>
</e-axis>

Properties

border

any

Border of the strip line.

color

any

Color of the strip line.

Defaults to ‘#808080’

dashArray

any

Dash Array of the strip line.

Defaults to null

end

any

End value of the strip line.

Defaults to null

horizontalAlignment

any

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.

Defaults to ‘Middle’

imageUrl

any

The URL of the background image for the strip line.

Defaults to

isRepeat

any

isRepeat value of the strip line.

Defaults to false

isSegmented

any

isSegmented value of the strip line.

Defaults to false

opacity

any

Strip line Opacity.

Defaults to 1

repeatEvery

any

repeatEvery value of the strip line.

Defaults to null

repeatUntil

any

repeatUntil value of the strip line.

Defaults to null

rotation

any

The angle to which the strip line text gets rotated.

Defaults to null

segmentAxisName

any

segmentAxisName of the strip line.

Defaults to null

segmentEnd

any

segmentEnd value of the strip line.

Defaults to null

segmentStart

any

segmentStart value of the strip line.

Defaults to null

size

any

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

Defaults to null

sizeType

any

Size type of the strip line.

Defaults to Auto

start

any

Start value of the strip line.

Defaults to null

startFromAxis

any

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

text

any

Strip line text.

Defaults to

textStyle

any

Options to customize the strip line text.

verticalAlignment

any

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.

Defaults to ‘Middle’

visible

any

If set true, strip line for axis renders.

Defaults to true

zIndex

any

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.

Defaults to ‘Behind’