Show / Hide Table of Contents

Class ExcelScatterChart

Provides access to scatter chart specific properties

Inheritance
System.Object
XmlHelper
ExcelDrawing
ExcelChart
ExcelScatterChart
Inherited Members
ExcelChart._chartXmlHelper
ExcelChart.Axis
ExcelChart.Border
ExcelChart.ChartType
ExcelChart.ChartXml
ExcelChart.DisplayBlanksAs
ExcelChart.Fill
ExcelChart.Grouping
ExcelChart.Legend
ExcelChart.PivotTableSource
ExcelChart.PlotArea
ExcelChart.Series
ExcelChart.ShowHiddenData
ExcelChart.Style
ExcelChart.Title
ExcelChart.UseSecondaryAxis
ExcelChart.VaryColors
ExcelChart.View3D
ExcelChart.WorkSheet
ExcelChart.XAxis
ExcelChart.YAxis
ExcelChart.IsType3D()
ExcelChart.IsTypePercentStacked()
ExcelChart.IsTypePieDoughnut()
ExcelChart.IsTypeStacked()
ExcelChart.GetChartNodeText()
ExcelChart.IsTypeClustered()
ExcelChart.IsTypeLine()
ExcelChart.IsTypeScatter()
ExcelChart.IsTypeShape()
ExcelDrawing.EMU_PER_PIXEL
ExcelDrawing._id
ExcelDrawing._drawings
ExcelDrawing._topNode
ExcelDrawing.EditAs
ExcelDrawing.From
ExcelDrawing.Locked
ExcelDrawing.Name
ExcelDrawing.Print
ExcelDrawing.To
ExcelDrawing.SetPosition(Int32, Int32)
ExcelDrawing.SetPosition(Int32, Int32, Int32, Int32)
ExcelDrawing.SetSize(Int32)
ExcelDrawing.SetSize(Int32, Int32)
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Data.OfficeOpenXml.Drawing.Chart
Assembly: Experior.Core.dll
Syntax
public sealed class ExcelScatterChart : ExcelChart

Properties

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
Back to top Generated by DocFX