Skip to content

522fc3e1 e8e8 81f5 0a54 2a7591045b82

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

AxisModel.Category Property

Additional header content

Gets or sets a reference that contains the visual setting of category 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 Category { get; set; }

VB

Public Property Category As AxisDefinitionModel
	Get
	Set

Property Value

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

Remarks

ITEE Object Element Usage

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

ITEE Object Element Usage

<Secondary>
  <Category/>
  ...
</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