Show / Hide Table of Contents

Class ExcelPieChart

Provides access to pie chart specific properties

Inheritance
System.Object
XmlHelper
ExcelDrawing
ExcelChart
ExcelPieChart
ExcelDoughnutChart
ExcelOfPieChart
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 class ExcelPieChart : ExcelChart

Properties

DataLabel

Access to datalabel properties

Declaration
public ExcelChartDataLabel DataLabel { get; }
Property Value
Type Description
ExcelChartDataLabel
Back to top Generated by DocFX