OfPieValues Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Pie of Pie or Bar of Pie Type
public enum OfPieValues
public readonly struct OfPieValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.Charts.OfPieValues>, IEquatable<DocumentFormat.OpenXml.Drawing.Charts.OfPieValues>
type OfPieValues =
type OfPieValues = struct
interface IEnumValue
interface IEnumValueFactory<OfPieValues>
Public Enum OfPieValues
Public Structure OfPieValues
Implements IEnumValue, IEnumValueFactory(Of OfPieValues), IEquatable(Of OfPieValues)
- Inheritance
-
OfPieValues
- Inheritance
-
OfPieValues
Fields
Name | Value | Description |
---|---|---|
Pie | 0 | Pie. When the item is serialized out as xml, its value is "pie". |
Bar | 1 | Bar. When the item is serialized out as xml, its value is "bar". |
Bar | Bar. When the item is serialized out as xml, its value is "bar". |
|
Equality(OfPieValues, OfPieValues) | ||
Equals(Object) | ||
Equals(OfPieValues) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<OfPieValues>.Create(String) | ||
Inequality(OfPieValues, OfPieValues) | ||
OfPieValues(String) | Creates a new OfPieValues enum instance |
|
Pie | Pie. When the item is serialized out as xml, its value is "pie". |
|
ToString() |