menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartParser - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartParser

    This class is responsible for charts parsing.

    Inheritance
    System.Object
    ChartParser
    Namespace: Syncfusion.XlsIO.Implementation.XmlSerialization.Charts
    Assembly: Syncfusion.XlsIO.UWP.dll
    Syntax
    public class ChartParser : Object

    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.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved