9548f590 1366 2e03 f2bd 50fc914d4727 - iAJTin/iExportEngine GitHub Wiki
Additional header content
Gets or sets preferred grid lines for axis.
Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public KnownPlotGridLine GridLines { get; set; }VB
Public Property GridLines As KnownPlotGridLine
Get
SetType: KnownPlotGridLine
Preferred grid lines for axis. The default is None.
| Exception | Condition |
|---|---|
| InvalidEnumArgumentException | The value specified is outside the range of valid values. |
ITEE Object Element Usage
<Category GridLines="None|Both|Major|Minor" ...>
...
</Category>- Or -
ITEE Object Element Usage
<Values GridLines="None|Both|Major|Minor" ...>
...
</Values>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 |
X value indicates that the writer supports this element.