Skip to content

a684022c 7ec3 e7ac afed 158ab26415ce

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

ChartModel.Axes Property

Additional header content

Gets or sets a reference that contains the visual setting of the chart axes.

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 ChartAxesModel Axes { get; set; }

VB

Public Property Axes As ChartAxesModel
	Get
	Set

Property Value

Type: ChartAxesModel
A ChartAxesModel reference that contains the visual setting of the chart axes.

Remarks

ITEE Object Element Usage

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