Show / Hide Table of Contents

Class ExcelScatterChart

Provides access to scatter chart specific properties

Inheritance
System.Object
XmlHelper
ExcelDrawing
ExcelChart
ExcelScatterChart
Implements
System.IDisposable
IDrawingDataLabel
Inherited Members
ExcelChart._chartXmlHelper
ExcelChart.Floor
ExcelChart.SideWall
ExcelChart.BackWall
ExcelChart.IsType3D()
ExcelChart.IsTypeLine()
ExcelChart.IsTypeRadar()
ExcelChart.IsTypeScatter()
ExcelChart.IsTypeBubble()
ExcelChart.IsTypeSurface()
ExcelChart.HasThirdAxis()
ExcelChart.IsTypeShape()
ExcelChart.IsTypePercentStacked()
ExcelChart.IsTypeStacked()
ExcelChart.IsTypeClustered()
ExcelChart.IsTypePieDoughnut()
ExcelChart.IsTypeDoughnut()
ExcelChart.IsTypePie()
ExcelChart.StyleManager
ExcelChart.GetChartNodeText()
ExcelChart.WorkSheet
ExcelChart.ChartXml
ExcelChart.ChartType
ExcelChart._chartNode
ExcelChart.Title
ExcelChart.HasTitle
ExcelChart.HasLegend
ExcelChart.DeleteTitle()
ExcelChart.Axis
ExcelChart.XAxis
ExcelChart.YAxis
ExcelChart.UseSecondaryAxis
ExcelChart.Style
ExcelChart.RoundedCorners
ExcelChart.ShowHiddenData
ExcelChart.DisplayBlanksAs
ExcelChart.ShowDataLabelsOverMaximum
ExcelChart.PlotArea
ExcelChart.Legend
ExcelChart.Border
ExcelChart.Fill
ExcelChart.Effect
ExcelChart.ThreeD
ExcelChart.Font
ExcelChart.TextBody
ExcelChart.View3D
ExcelChart.Grouping
ExcelChart.VaryColors
ExcelChart.PivotTableSource
ExcelDrawing.EMU_PER_PIXEL
ExcelDrawing.EMU_PER_POINT
ExcelDrawing.EMU_PER_CM
ExcelDrawing.EMU_PER_US_INCH
ExcelDrawing._doNotAdjust
ExcelDrawing.Name
ExcelDrawing.Description
ExcelDrawing.EditAs
ExcelDrawing.Locked
ExcelDrawing.Print
ExcelDrawing.From
ExcelDrawing.Position
ExcelDrawing.Size
ExcelDrawing.To
ExcelDrawing.Hyperlink
ExcelDrawing.SetPosition(Int32, Int32)
ExcelDrawing.CellAnchor
ExcelDrawing.ChangeCellAnchor(eEditAs, Int32, Int32, Int32, Int32)
ExcelDrawing.ChangeCellAnchor(eEditAs)
ExcelDrawing.SetPosition(Int32, Int32, Int32, Int32)
ExcelDrawing.SetSize(Int32)
ExcelDrawing.SetSize(Int32, Int32)
ExcelDrawing.SendToBack()
ExcelDrawing.BringToFront()
ExcelDrawing.Dispose()
ExcelDrawing.AdjustPositionAndSize()
XmlHelper.AddSchemaNodeOrder(String[], String[])
XmlHelper.AddSchemaNodeOrder(String[], String[], Int32[])
XmlHelper.GetBoolFromString(String)
XmlHelper.CreatespPrNode(String, Boolean)
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: OfficeOpenXml.Drawing.Chart
Assembly: EPPlus.dll
Syntax
public sealed class ExcelScatterChart : ExcelChart, IDisposable, IPictureContainer, IDrawingStyle, IDrawingStyleBase, IStyleMandatoryProperties, IPictureRelationDocument, IDrawingDataLabel

Properties

DataLabel

Access to datalabel properties

Declaration
public ExcelChartDataLabel DataLabel { get; }
Property Value
Type Description
ExcelChartDataLabel

HasDataLabel

If the chart has datalabel

Declaration
public bool HasDataLabel { get; }
Property Value
Type Description
System.Boolean

Marker

If the series has markers

Declaration
public bool Marker { get; set; }
Property Value
Type Description
System.Boolean

ScatterStyle

If the scatter has LineMarkers or SmoothMarkers

Declaration
public eScatterStyle ScatterStyle { get; }
Property Value
Type Description
eScatterStyle

Series

A collection of series for a Scatter Chart

Declaration
public ExcelChartSeries<ExcelScatterChartSerie> Series { get; }
Property Value
Type Description
ExcelChartSeries<ExcelScatterChartSerie>

Implements

System.IDisposable
IDrawingDataLabel
Back to top Generated by DocFX