Skip to content

22224d17 eed2 953d a89d 390706ee2824

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

AxisModel.Values Property

Additional header content

Gets or sets a reference that contains the visual setting of values axis.

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 AxisDefinitionModel Values { get; set; }

VB

Public Property Values As AxisDefinitionModel
	Get
	Set

Property Value

Type: AxisDefinitionModel
A AxisDefinitionModel reference that contains the visual setting of values axis. Allows you to configure the axis title, the axis labels, axis marks and axis values.

Remarks

ITEE Object Element Usage

<Primary>
  <Values/>
  ...
</Primary>
  • Or -

ITEE Object Element Usage

<Secondary>
  <Values/>
  ...
</Secondary>

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

AxisModel Class
iTin.Export.Model Namespace

Clone this wiki locally