ChartInfo
Overview
ChartInfo is a interface in Aspose.Cells FOSS for TypeScript.
Properties: categoryAxisPosition, chartType, fromColOff, fromRowOff, height, legendPosition, and 15 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
chartType | : ChartType | Read | Gets the chart type. |
title | : string | Read | Gets the title. |
series | : ChartSeries[] | Read | Gets the series. |
legendPosition | : "left" | "right" | "top" | "bottom" | Read | Gets the legend position. |
categoryAxisPosition | : "left" | "right" | "top" | "bottom" | Read | Gets the category axis position. |
valueAxisPosition | : "left" | "right" | "top" | "bottom" | Read | Gets 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. |