ChartModel

Overview

ChartModel is a class in Aspose.Cells FOSS for .NET.

Represents a chart embedded in a worksheet drawing layer.

Properties

NameTypeAccessDescription
NamestringRead/WriteGets or sets the chart display name.
ChartTypeChartTypeRead/WriteGets or sets the detected chart type.
UpperLeftRowintRead/WriteGets or sets the zero-based upper-left row of the chart anchor.
UpperLeftColumnintRead/WriteGets or sets the zero-based upper-left column of the chart anchor.
UpperLeftRowOffsetlongRead/WriteGets or sets the upper-left row offset in EMU.
UpperLeftColumnOffsetlongRead/WriteGets or sets the upper-left column offset in EMU.
LowerRightRowintRead/WriteGets or sets the zero-based lower-right row of the chart anchor.
LowerRightColumnintRead/WriteGets or sets the zero-based lower-right column of the chart anchor.
LowerRightRowOffsetlongRead/WriteGets or sets the lower-right row offset in EMU.
LowerRightColumnOffsetlongRead/WriteGets or sets the lower-right column offset in EMU.
ExtentCxlongRead/WriteGets or sets the width extent in EMU (0 = compute from anchor).
ExtentCylongRead/WriteGets or sets the height extent in EMU (0 = compute from anchor).
RawChartXmlstringRead/WriteGets or sets the raw XML content of the chart definition file (xl/charts/chart{N}.xml or chartEx{N}.xml).
RawGraphicFrameXmlstringRead/WriteGets or sets the raw XML of the graphicFrame container element (mc:AlternateContent for chartex charts).
OriginalRIdstringRead/WriteGets or sets the original relationship ID from the drawing (e.g.
IsChartExboolRead/WriteGets or sets whether this chart uses the chartex format (xl/charts/chartEx{N}.xml, different relationship and content types).
CompanionFilesList<ChartCompanionFile>ReadGets the companion files referenced by the chart (style, colors, etc.).