Click or drag to resize

IStiYAxis Interface

[Missing <summary> documentation for "T:Stimulsoft.Report.Chart.IStiYAxis"]

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

The IStiYAxis type exposes the following members.

Properties
  NameDescription
Public propertyAllowApplyStyle (Inherited from IStiAxis.)
Public propertyArea (Inherited from IStiAxis.)
Public propertyArrowStyle (Inherited from IStiAxis.)
Public propertyCore (Inherited from IStiAxis.)
Public propertyInfo (Inherited from IStiAxis.)
Public propertyInteraction (Inherited from IStiAxis.)
Public propertyLabels (Inherited from IStiAxis.)
Public propertyLineColor (Inherited from IStiAxis.)
Public propertyLineStyle (Inherited from IStiAxis.)
Public propertyLineWidth (Inherited from IStiAxis.)
Public propertyLogarithmicScale (Inherited from IStiAxis.)
Public propertyRange (Inherited from IStiAxis.)
Public propertyShowYAxis
Public propertyStartFromZero (Inherited from IStiAxis.)
Public propertyStep (Inherited from IStiAxis.)
Public propertyTicks (Inherited from IStiAxis.)
Public propertyTitle (Inherited from IStiAxis.)
Public propertyVisible (Inherited from IStiAxis.)
Top
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
(Inherited from ICloneable.)
Public methodLoadFromJsonObject (Inherited from IStiJsonReportObject.)
Public methodSaveToJsonObject (Inherited from IStiJsonReportObject.)
Top
See Also