GemBox.Presentation
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    Chart Class

    Namespace:
    GemBox.Presentation
    Assembly:
    GemBox.Presentation.dll

    Represents a chart.

    • C#
    • VB.NET
    public sealed class Chart
    Public NotInheritable Class Chart
    Inheritance:
    System.Object
    Chart
    Remarks

    Chart is an element that represents data in graphical form.

    In order to create, edit, or export charts, the GemBox.Spreadsheet library needs to be loaded. Without it, charts will be preserved instead of being loaded.

    For more information, see charts example.

    Properties

    ChartType

    Gets the ChartType of this chart.

    • C#
    • VB.NET
    public ChartType ChartType { get; }
    Public ReadOnly Property ChartType As ChartType
    Property Value
    ChartType

    The ChartType of this chart.

    ExcelChart

    Gets the actual chart as an instance of GemBox.Spreadsheet.Charts.ExcelChart.

    • C#
    • VB.NET
    public object ExcelChart { get; }
    Public ReadOnly Property ExcelChart As Object
    Property Value
    System.Object

    The actual chart as an instance of GemBox.Spreadsheet.Charts.ExcelChart.

    Frame

    Gets the frame that contains this chart.

    • C#
    • VB.NET
    public GraphicFrame Frame { get; }
    Public ReadOnly Property Frame As GraphicFrame
    Property Value
    GraphicFrame

    The frame that contains this chart.

    Examples

    Charts example
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.