Skip to content

cac72849 7cc2 7ce2 7a89 d8179c058940

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

ChartModel.Plots Property

Additional header content

Gets or sets collection of plots for a chart.

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 ChartPlotsModel Plots { get; set; }

VB

Public Property Plots As ChartPlotsModel
	Get
	Set

Property Value

Type: ChartPlotsModel
Collection of plots for a chart. Each element represents a chart plot.

Remarks

ITEE Object Element Usage

<Chart ...>
  <Plots/>
  ...
</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