OfPieChart.OfPieType Property
Pie of Pie or Bar of Pie Type.Represents the element tag in schema: c:ofPieType
Namespace: DocumentFormat.OpenXml.Drawing.Charts
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property OfPieType As OfPieType
Get
Set
'Usage
Dim instance As OfPieChart
Dim value As OfPieType
value = instance.OfPieType
instance.OfPieType = value
public OfPieType OfPieType { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Drawing.Charts.OfPieType