Click or drag to resize

StiTrendLineExponential Class

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

Inheritance Hierarchy

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

The StiTrendLineExponential type exposes the following members.

Constructors
  NameDescription
Public methodStiTrendLineExponential
Initializes a new instance of the StiTrendLineExponential class
Top
Properties
  NameDescription
Public propertyAllowApplyStyle
Gets or sets value which indicates that chart style will be used.
(Inherited from StiTrendLine.)
Public propertyComponentId (Overrides StiTrendLineComponentId.)
Public propertyCore (Inherited from StiTrendLine.)
Public propertyFont
Gets or sets font which used for drawing constant line text.
(Inherited from StiTrendLine.)
Public propertyLineColor
Gets or sets color which will be used for drawing trend line.
(Inherited from StiTrendLine.)
Public propertyLineStyle
Gets or sets trend line style.
(Inherited from StiTrendLine.)
Public propertyLineWidth
Gets or sets trend line width.
(Inherited from StiTrendLine.)
Public propertyPosition
Gets or sets text position at contant line.
(Inherited from StiTrendLine.)
Public propertyProperties (Inherited from StiService.)
Public propertyPropName (Inherited from StiTrendLine.)
Public propertyServiceCategory
Gets a service category.
(Inherited from StiTrendLine.)
Public propertyServiceEnabled (Inherited from StiService.)
Public propertyServiceInfo (Inherited from StiService.)
Public propertyServiceName
Gets a service name.
(Inherited from StiTrendLine.)
Public propertyServiceType
Gets a service type.
(Inherited from StiTrendLine.)
Public propertyShowShadow
Gets or sets value which indicates draw shadow or no.
(Inherited from StiTrendLine.)
Public propertyText
Gets or sets trend line text.
(Inherited from StiTrendLine.)
Public propertyTitleVisible
Gets or sets visibility of trend lines title.
(Inherited from StiTrendLine.)
Top
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
(Inherited from StiTrendLine.)
Public methodCreateNew (Overrides StiTrendLineCreateNew.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEvents (Inherited from StiTrendLine.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetProperties (Inherited from StiTrendLine.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodIsPropertiesInitializedProtected (Inherited from StiService.)
Public methodIsPropertyPresent (Inherited from StiService.)
Public methodLoadFromJsonObject (Inherited from StiTrendLine.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPackService (Inherited from StiService.)
Public methodSaveToJsonObject (Inherited from StiTrendLine.)
Public methodToString (Inherited from StiTrendLine.)
Top
See Also