ExcelChartPlotArea Class

Office Open XML

A charts plot area

Namespace:  OfficeOpenXml.Drawing.Chart
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public sealed class ExcelChartPlotArea : XmlHelper
Visual Basic (Declaration)
Public NotInheritable Class ExcelChartPlotArea _
	Inherits XmlHelper
Visual C++
public ref class ExcelChartPlotArea sealed : public XmlHelper

Inheritance Hierarchy

System..::.Object
  OfficeOpenXml..::.XmlHelper
    OfficeOpenXml.Drawing.Chart..::.ExcelChartPlotArea

See Also