SeriesLayout 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.
Defines the SeriesLayout enumeration.
public enum SeriesLayout
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2016)]
public enum SeriesLayout
public readonly struct SeriesLayout : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout>, IEquatable<DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout>
type SeriesLayout =
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2016)>]
type SeriesLayout =
type SeriesLayout = struct
interface IEnumValue
interface IEnumValueFactory<SeriesLayout>
Public Enum SeriesLayout
Public Structure SeriesLayout
Implements IEnumValue, IEnumValueFactory(Of SeriesLayout), IEquatable(Of SeriesLayout)
- Inheritance
-
SeriesLayout
- Inheritance
-
SeriesLayout
- Attributes
Fields
Name | Value | Description |
---|---|---|
BoxWhisker | 0 | boxWhisker. When the item is serialized out as xml, its value is "boxWhisker". |
ClusteredColumn | 1 | clusteredColumn. When the item is serialized out as xml, its value is "clusteredColumn". |
Funnel | 2 | |
ParetoLine | 3 | paretoLine. When the item is serialized out as xml, its value is "paretoLine". |
RegionMap | 4 | |
Sunburst | 5 | sunburst. When the item is serialized out as xml, its value is "sunburst". |
Treemap | 6 | treemap. When the item is serialized out as xml, its value is "treemap". |
Waterfall | 7 | waterfall. When the item is serialized out as xml, its value is "waterfall". |
BoxWhisker | boxWhisker. When the item is serialized out as xml, its value is "boxWhisker". |
|
ClusteredColumn | clusteredColumn. When the item is serialized out as xml, its value is "clusteredColumn". |
|
Equality(SeriesLayout, SeriesLayout) | ||
Equals(Object) | ||
Equals(SeriesLayout) | ||
Funnel | funnel. When the item is serialized out as xml, its value is "funnel". |
|
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<SeriesLayout>.Create(String) | ||
Inequality(SeriesLayout, SeriesLayout) | ||
ParetoLine | paretoLine. When the item is serialized out as xml, its value is "paretoLine". |
|
RegionMap | regionMap. When the item is serialized out as xml, its value is "regionMap". |
|
SeriesLayout(String) | Creates a new SeriesLayout enum instance |
|
Sunburst | sunburst. When the item is serialized out as xml, its value is "sunburst". |
|
ToString() | ||
Treemap | treemap. When the item is serialized out as xml, its value is "treemap". |
|
Waterfall | waterfall. When the item is serialized out as xml, its value is "waterfall". |