ExcelScatterChart Class

Office Open XML

Provides access to scatter chart specific properties

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  OfficeOpenXml..::.XmlHelper
    OfficeOpenXml.Drawing..::.ExcelDrawing
      OfficeOpenXml.Drawing.Chart..::.ExcelChart
        OfficeOpenXml.Drawing.Chart..::.ExcelScatterChart

See Also