LegendPosition 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 LegendPosition enumeration.
public enum LegendPosition
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2013)]
public enum LegendPosition
public readonly struct LegendPosition : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition>, IEquatable<DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition>
type LegendPosition =
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2013)>]
type LegendPosition =
type LegendPosition = struct
interface IEnumValue
interface IEnumValueFactory<LegendPosition>
Public Enum LegendPosition
Public Structure LegendPosition
Implements IEnumValue, IEnumValueFactory(Of LegendPosition), IEquatable(Of LegendPosition)
- Inheritance
-
LegendPosition
- Inheritance
-
LegendPosition
- Attributes
Fields
Name | Value | Description |
---|---|---|
Right | 0 | right. When the item is serialized out as xml, its value is "right". |
Top | 1 | top. When the item is serialized out as xml, its value is "top". |
Left | 2 | left. When the item is serialized out as xml, its value is "left". |
Bottom | 3 | bottom. When the item is serialized out as xml, its value is "bottom". |
Ninch | 4 | ninch. When the item is serialized out as xml, its value is "ninch". |
Bottom | bottom. When the item is serialized out as xml, its value is "bottom". |
|
Equality(LegendPosition, LegendPosition) | ||
Equals(LegendPosition) | ||
Equals(Object) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<LegendPosition>.Create(String) | ||
Inequality(LegendPosition, LegendPosition) | ||
Left | left. When the item is serialized out as xml, its value is "left". |
|
LegendPosition(String) | Creates a new LegendPosition enum instance |
|
Ninch | ninch. When the item is serialized out as xml, its value is "ninch". |
|
Right | right. When the item is serialized out as xml, its value is "right". |
|
Top | top. When the item is serialized out as xml, its value is "top". |
|
ToString() |