Skip to content

ce2e65ce 709c 2be7 514a 25e6fb579ca0

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

ChartModel.Size Property

Additional header content

Gets or sets width and height of the graphic.

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 int[] Size { get; set; }

VB

Public Property Size As Integer()
	Get
	Set

Property Value

Type: Int32[]
An Array of String structure that contains graphical location. The default is 150 150.

Remarks

ITEE Object Element Usage

<Chart Size="int int" ...>
  ...
</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