Search results

Points API in Vue Chart API component

The model that represents how the points in a series are configured and displayed.

Properties

average

number

Specifies the average value of the point.

close

Object

Specifies the close value of the point.

color

string

Specifies the color of the point.

colorValue

number

Specifies the color mapping column for the point.

error

number | string

Specifies the error value of the point.

errorBarColor

string

Specifies the color of the error bar for the point.

high

Object

Specifies the high value of the point.

horizontalError

number

Specifies the horizontal error value for the point.

horizontalNegativeError

number

Specifies the horizontal negative error value for the point.

horizontalPositiveError

number

Specifies the horizontal positive error value for the point.

index

number

Specifies the index of the point in the series.

interior

string

Specifies the interior color of the point.

isEmpty

boolean

Indicates whether the point is empty.

isSelect

boolean

Indicates whether the point is selected.

low

Object

Specifies the low value of the point.

lowerQuartile

number

Specifies the lower quartile value of the point.

maximum

number

Specifies the maximum value of the point.

median

number

Specifies the median value of the point.

minimum

number

Specifies the minimum value of the point.

open

Object

Specifies the open value of the point.

outliers

number[]

Specifies the outliers value of the point.

percentage

number

Specifies the percentage value of the point.

regionData

PolarArc

Specifies the region data of the point.

regions

Rect[]

Specifies the regions associated with the point.

series

Object

Specifies the series to which the point belongs.

size

Object

Specifies the size value of the point.

symbolLocations

ChartLocation[]

Specifies the locations of symbols associated with the point.

text

string

Specifies the text associated with the point.

tooltip

string

Specifies the tooltip content for the point.

upperQuartile

number

Specifies the upper quartile value of the point.

verticalError

number

Specifies the vertical error value for the point.

verticalNegativeError

number

Specifies the vertical negative error value for the point.

verticalPositiveError

number

Specifies the vertical positive error value for the point.

visible

boolean

Indicates whether the point is visible.

volume

Object

Specifies the volume value of the point.

x

Object

Specifies the x-value of the point.

xValue

number

Specifies the x-value of the point.

y

Object

Specifies the y-value of the point.

yValue

number

Specifies the y-value of the point.