Skip to content

22d8a148 1f86 6f99 2da4 c5805c25e76b

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

AxisDefinitionLabelsModel.Alignment Property

Additional header content

Gets or sets preferred alignment for axis labels.

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

Syntax

C#

public KnownHorizontalAlignment Alignment { get; set; }

VB

Public Property Alignment As KnownHorizontalAlignment
	Get
	Set

Property Value

Type: KnownHorizontalAlignment
Preferred alignment for axis labels. The default is Center.

Exceptions

 

Exception Condition
InvalidEnumArgumentException The value specified is outside the range of valid values.

Remarks

ITEE Object Element Usage

<Labels Alignment="Left|Center|Right" .../>

Compatibility table with native writers.

Comma-Separated Values
CsvWriter
Tab-Separated Values
TsvWriter
SQL Script
SqlScriptWriter
XML Spreadsheet 2003
Spreadsheet2003TabularWriter
No has effect No has effect No has effect No has effect
A X value indicates that the writer supports this element.

See Also

Reference

AxisDefinitionLabelsModel Class
iTin.Export.Model Namespace

Clone this wiki locally