Chart
Overview
Chart is a class in Aspose.Cells FOSS for .NET.
Represents a chart embedded in a worksheet.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Name | string | Read | Gets the chart display name. |
ChartType | ChartType | Read | Gets the chart type. |
UpperLeftRow | int | Read | Gets the zero-based upper-left row of the chart anchor. |
UpperLeftColumn | int | Read | Gets the zero-based upper-left column of the chart anchor. |
LowerRightRow | int | Read | Gets the zero-based lower-right row of the chart anchor. |
LowerRightColumn | int | Read | Gets the zero-based lower-right column of the chart anchor. |
ExtentCx | long | Read | Gets the width extent in EMU. |
ExtentCy | long | Read | Gets the height extent in EMU. |