Search results

StripLineSettingsModel API in React Chart API component

Interface for a class StripLineSettings

Properties

border

BorderModel

The border property allows customization of the border for the strip line. It includes options to set the color and width of the border.

color

string

The color property specifies the color of the strip line.

dashArray

string

Specifies the pattern of dashes and gaps used to render the strip line.

end

Object | number | Date

Specifies the ending value of the strip line.

horizontalAlignment

Anchor

Defines the position of the strip line text horizontally. Available options 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.

imageUrl

string

Specifies the URL of the background image for the strip line. The image will be displayed as the background.

isRepeat

boolean

Specifies whether the strip line is repeated at regular intervals along the axis.

isSegmented

boolean

Specifies whether the strip line is segmented.

opacity

number

Specifies the opacity for the strip line.

repeatEvery

Object | number | Date

Specifies the interval at which the strip line is repeated.

repeatUntil

Object | number | Date

Specifies the maximum value of the interval at which the strip line is repeated.

rotation

number

Defines the degree of rotation applied to the text on the strip line.

segmentAxisName

string

The name of the axis where the strip line segment is applied.

segmentEnd

Object | number | Date

Specifies where a new segment of the strip line on the axis ends.

segmentStart

Object | number | Date

Specifies where a new segment of the strip line on the axis begins.

size

number

Specifies the size of the strip line when starting from the origin.

sizeType

SizeType

The sizeType property specifies how the size of the strip line is determined.

start

Object | number | Date

Specifies the starting value of the strip line.

startFromAxis

boolean

If set to true, the strip line is rendered from the axis origin.

text

string

Defines the text to be displayed on the strip line.

textStyle

FontModel

The textStyle property enables customization of the text appearance on the strip line.

verticalAlignment

Anchor

Defines the position of the strip line text vertically. Available options 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 to true, the strip line on the axis will render.

zIndex

ZIndex

Specifies the order of the strip line. The options are:

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