Search results

ChartModel API in Vue Spreadsheet API component

Interface for a class Chart

Properties

dataLabelSettings

DataLabelSettingsModel

The data label for the series.

height

number

Specifies the height of the chart.

id

string

Specifies chart element id.

isSeriesInRows

boolean

Specifies to switch the row or a column.

legendSettings

LegendSettingsModel

Options for customizing the legend of the chart.

markerSettings

MarkerSettingsModel

Options to configure the marker

primaryXAxis

AxisModel

Options to configure the horizontal axis.

primaryYAxis

AxisModel

Options to configure the vertical axis.

range

string

Specifies the selected range or specified range.

theme

ChartTheme

Specifies the theme of a chart.

title

string

Title of the chart

type

ChartType

Specifies the type of a chart.

width

number

Specifies the width of the chart.