Class ChartParser
This class is responsible for charts parsing.
Inheritance
System.Object
ChartParser
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 ChartParser
Constructors
ChartParser(WorkbookImpl)
Chart Parser
Declaration
public ChartParser(WorkbookImpl book)
Parameters
| Type | Name | Description |
|---|---|---|
| WorkbookImpl | book |
Methods
GetSerieOrAxisRange(IRange, Boolean, out IRange, Int32)
Find the series or category Range
Declaration
public IRange GetSerieOrAxisRange(IRange range, bool bIsInRow, out IRange serieRange, int CategoryLabelCount)
Parameters
| Type | Name | Description |
|---|---|---|
| IRange | range | |
| System.Boolean | bIsInRow | |
| IRange | serieRange | |
| System.Int32 | CategoryLabelCount |
Returns
| Type |
|---|
| IRange |
ParseChart(XmlReader, ChartImpl, RelationCollection)
Extracts chart from XmlReader.
Declaration
public void ParseChart(XmlReader reader, ChartImpl chart, RelationCollection relations)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Xml.XmlReader | reader | XmlReader to serialize into. |
| ChartImpl | chart | Chart to serialize. |
| RelationCollection | relations | Chart item relations. |