StiAxisTicks Class

Namespace: Stimulsoft.Report.Chart

Inheritance

Implements: IStiAxisTicks

Constructors

Constructor Description
StiAxisTicks()  

StiAxisTicks()

Properties

Property Type Description
MinorVisible bool  
Visible bool  

Methods

Method Returns Description
Clone object Creates a new object that is a copy of the current instance.
LoadFromJsonObject void  
SaveToJsonObject JObject  

Method Details

Clone

Clone(): object

Creates a new object that is a copy of the current instance.

Returns object — A new object that is a copy of this instance.


LoadFromJsonObject

LoadFromJsonObject(jObject: JObject): void

Parameters


SaveToJsonObject

SaveToJsonObject(mode: StiJsonSaveMode): JObject

Parameters

Returns JObject