ChartInfo

Overview

ChartInfo is a interface in Aspose.Cells FOSS for TypeScript.

Properties: categoryAxisPosition, chartType, fromColOff, fromRowOff, height, legendPosition, and 15 more.

Properties

NameTypeAccessDescription
chartType: ChartTypeReadGets the chart type.
title: stringReadGets the title.
series: ChartSeries[]ReadGets the series.
legendPosition: "left" | "right" | "top" | "bottom"ReadGets the legend position.
categoryAxisPosition: "left" | "right" | "top" | "bottom"ReadGets the category axis position.
valueAxisPosition: "left" | "right" | "top" | "bottom"ReadGets the value axis position.
plotArea`: {
x: number;

y: number;

width: number;

height: number;

}| Read | Gets the plot area. | |x|: number| Read | Gets the x. | |y|: number| Read | Gets the y. | |width|: number| Read | Gets the width. | |height|: number| Read | Gets the height. | |fromRowOff|: number| Read | Gets the from row off. | |fromColOff|: number| Read | Gets the from col off. | |toRowOff|: number| Read | Gets the to row off. | |toColOff|: number| Read | Gets the to col off. | |originalX|: number| Read | Gets the original x. | |originalY|: number| Read | Gets the original y. | |sheetIndex|: number| Read | Gets the sheet index. | |originalChartXml|: string| Read | Gets the original chart xml. | |originalStyleXml|: string| Read | Gets the original style xml. | |originalColorsXml|: string` | Read | Gets the original colors xml. |

See Also

 English