Skip to content

cc232d9f 253f 7828 9629 46b653299a8b

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

ChartModel.Location Property

Additional header content

Gets or sets a reference which contains the chart location on the host, this can be by coordinates or by type of alignment, depending whether the host has or not a tabular format. You can only choose one of the modes. If this tag does not define the defaults is by coordinates

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

VB

Public Property Location As LocationModel
	Get
	Set

Property Value

Type: LocationModel
A LocationModel reference that contains the chart location.

Remarks

TEE Object Element Usage

<Chart ...>
  <Location/>
  ...
</Chart>

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

ChartModel Class
iTin.Export.Model Namespace

Clone this wiki locally