Show / Hide Table of Contents

Class ExcelOfPieChart

Provides access to ofpie-chart specific properties

Inheritance
System.Object
XmlHelper
ExcelDrawing
ExcelChart
ExcelPieChart
ExcelOfPieChart
Inherited Members
ExcelPieChart.DataLabel
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 ExcelOfPieChart : ExcelPieChart

Properties

OfPieType

Type, pie or bar

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