Freigeben über


TickLabelPositionValues Enum

Definition

Position der Teilstrichbezeichnung

public enum TickLabelPositionValues
public readonly struct TickLabelPositionValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues>, IEquatable<DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues>
type TickLabelPositionValues = 
type TickLabelPositionValues = struct
    interface IEnumValue
    interface IEnumValueFactory<TickLabelPositionValues>
Public Enum TickLabelPositionValues
Public Structure TickLabelPositionValues
Implements IEnumValue, IEnumValueFactory(Of TickLabelPositionValues), IEquatable(Of TickLabelPositionValues)
Vererbung
TickLabelPositionValues
Vererbung
TickLabelPositionValues

Felder

Name Wert Beschreibung
High 0

Hoch

Wenn das Element als XML serialisiert wird, ist sein Wert "high".

Low 1

Niedrig

Wenn das Element als xml serialisiert wird, ist sein Wert "low".

NextTo 2

Neben.

Wenn das Element als xml serialisiert wird, lautet sein Wert "nextTo".

None 3

Keine.

Wenn das Element als xml serialisiert wird, ist sein Wert "none".

Equality(TickLabelPositionValues, TickLabelPositionValues)
Equals(Object)
Equals(TickLabelPositionValues)
GetHashCode()
High

Hoch

Wenn das Element als XML serialisiert wird, ist sein Wert "high".

IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<TickLabelPositionValues>.Create(String)
Inequality(TickLabelPositionValues, TickLabelPositionValues)
Low

Niedrig

Wenn das Element als xml serialisiert wird, ist sein Wert "low".

NextTo

Neben.

Wenn das Element als xml serialisiert wird, lautet sein Wert "nextTo".

None

Keine.

Wenn das Element als xml serialisiert wird, ist sein Wert "none".

TickLabelPositionValues(String)

Erstellt eine neue TickLabelPositionValues-Enumeration instance

ToString()

Gilt für: