Click or drag to resize

IStiAxisArea Interface

Describes base class for all axis areas.

Namespace:  Stimulsoft.Report.Chart
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public interface IStiAxisArea : IStiArea, 
	ICloneable, IStiJsonReportObject

The IStiAxisArea type exposes the following members.

Properties
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
(Inherited from ICloneable.)
Public methodGetDefaultSeriesLabelsType (Inherited from IStiArea.)
Public methodGetDefaultSeriesType (Inherited from IStiArea.)
Public methodGetSeriesLabelsTypes (Inherited from IStiArea.)
Public methodGetSeriesTypes (Inherited from IStiArea.)
Public methodLoadFromJsonObject (Inherited from IStiJsonReportObject.)
Public methodSaveToJsonObject (Inherited from IStiJsonReportObject.)
Top
See Also