Skip to content

a1406b8f bb30 fd00 c0e1 91f71d531d74

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

ChartLegendModel.Location Property

Additional header content

Gets or sets preferred location for chart legend.

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 KnownLegendLocation Location { get; set; }

VB

Public Property Location As KnownLegendLocation
	Get
	Set

Property Value

Type: KnownLegendLocation
Preferred location for chart legend. The default is Right.

Exceptions

 

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

Remarks

ITEE Object Element Usage

<Legend Location="Top|Right|Bottom|Left" ...>
  ...
</Legend>

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

ChartLegendModel Class
iTin.Export.Model Namespace

Clone this wiki locally