Skip to content

3a8b51ee 0d6d 1873 b69c a4e8e8f08e34

Fernando Garcia edited this page May 8, 2018 · 1 revision

KnownLabelOrientation Enumeration

Additional header content

Specifies the orientation of labels on the axis.

Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

[SerializableAttribute]
public enum KnownLabelOrientation

VB

<SerializableAttribute>
Public Enumeration KnownLabelOrientation

Members

 

Member name Value Description
Automatic 0 The orientation is automatic.
Downward 1 The orientation is downward.
Horizontal 2 The orientation is horizontal.
Upward 3 The orientation is upward.
Vertical 4 The orientation is vertical.

Remarks

[Missing documentation for "T:iTin.Export.Model.KnownLabelOrientation"]

See Also

Reference

iTin.Export.Model Namespace

Clone this wiki locally