Skip to content

a97f469f ef05 c2b8 563d e69918de0d52

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

KnownLabelPosition Enumeration

Additional header content

Describes the position 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 KnownLabelPosition

VB

<SerializableAttribute>
Public Enumeration KnownLabelPosition

Members

 

Member name Value Description
None 0 No labels.
High 1 Top or right side of the chart.
Low 2 Bottom or left side of the chart.
NextToAxis 3 Next to axis.

Remarks

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

See Also

Reference

iTin.Export.Model Namespace

Clone this wiki locally