Class ChartSerializator
This class is responsible for chart object serialization into XmlWriter in Excel 2007 SpreadsheetML format.
Inheritance
System.Object
ChartSerializator
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.XlsIO.Implementation.XmlSerialization.Charts
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public class ChartSerializator
Constructors
ChartSerializator()
Default constructor
Declaration
public ChartSerializator()
Fields
categoryFilter
Category Filter
Declaration
public int categoryFilter
Field Value
Type |
---|
System.Int32 |
DefaultExtentX
Default Extent X
Declaration
public const int DefaultExtentX = 8666049
Field Value
Type |
---|
System.Int32 |
DefaultExtentY
Default Extent Y
Declaration
public const int DefaultExtentY = 6293304
Field Value
Type |
---|
System.Int32 |
findFilter
Find Filter
Declaration
public bool findFilter
Field Value
Type |
---|
System.Boolean |
Methods
GetSeriesType(String)
Returns the series filter type
Declaration
public string GetSeriesType(string Series)
Parameters
Type | Name | Description |
---|---|---|
System.String | Series |
Returns
Type |
---|
System.String |
SerializeChart(XmlWriter, ChartImpl, String)
Serializes chart inside XmlWriter.
Declaration
public void SerializeChart(XmlWriter writer, ChartImpl chart, string chartItemName)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.XmlWriter | writer | XmlWriter to serialize into. |
ChartImpl | chart | Chart to serialize. |
System.String | chartItemName | Name of the xml file containing chart item. |
SerializeChartsheetDrawing(XmlWriter, ChartImpl, String)
Serializes chartsheet drawing part.
Declaration
public void SerializeChartsheetDrawing(XmlWriter writer, ChartImpl chart, string strRelationId)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.XmlWriter | writer | XmlWriter to serialize into. |
ChartImpl | chart | Chart to serialize drawing for. |
System.String | strRelationId | Relation id of the drawing part. |