Click or drag to resize

IStiTrendLineExponential Interface

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

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

The IStiTrendLineExponential type exposes the following members.

Properties
  NameDescription
Public propertyAllowApplyStyle (Inherited from IStiTrendLine.)
Public propertyCore (Inherited from IStiTrendLine.)
Public propertyFont (Inherited from IStiTrendLine.)
Public propertyLineColor (Inherited from IStiTrendLine.)
Public propertyLineStyle (Inherited from IStiTrendLine.)
Public propertyLineWidth (Inherited from IStiTrendLine.)
Public propertyPosition (Inherited from IStiTrendLine.)
Public propertyShowShadow (Inherited from IStiTrendLine.)
Public propertyText (Inherited from IStiTrendLine.)
Public propertyTitleVisible (Inherited from IStiTrendLine.)
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