SeriesAxis.TickLabelPosition Property
Tick Label Position.Represents the element tag in schema: c:tickLblPos
Namespace: DocumentFormat.OpenXml.Drawing.Charts
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
Public Property TickLabelPosition As TickLabelPosition
Get
Set
'使用
Dim instance As SeriesAxis
Dim value As TickLabelPosition
value = instance.TickLabelPosition
instance.TickLabelPosition = value
public TickLabelPosition TickLabelPosition { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition