Click or drag to resize

StiStrips Class

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

Inheritance Hierarchy

Namespace:  Stimulsoft.Report.Chart
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public class StiStrips : StiService, IStiStrips, 
	ICloneable, IStiJsonReportObject, IStiPropertyGridObject

The StiStrips type exposes the following members.

Constructors
  NameDescription
Public methodStiStrips
Initializes a new instance of the StiStrips class
Top
Properties
  NameDescription
Public propertyAllowApplyStyle
Gets or sets value which indicates that chart style will be used.
Public propertyAntialiasing
Gets or sets value which control antialiasing drawing mode.
Public propertyChart
Public propertyComponentId
Public propertyCore
Public propertyFont
Gets or sets font of title text.
Public propertyMaxValue
Gets or sets maximal range of strips.
Public propertyMinValue
Gets or sets minimal range of strips.
Public propertyOrientation
Gets or sets horizontal or vertical orientation of strips.
Public propertyProperties (Inherited from StiService.)
Public propertyPropName
Public propertyServiceCategory
Gets a service category.
(Overrides StiServiceServiceCategory.)
Public propertyServiceEnabled (Inherited from StiService.)
Public propertyServiceInfo (Inherited from StiService.)
Public propertyServiceName (Inherited from StiService.)
Public propertyServiceType
Gets a service type.
(Overrides StiServiceServiceType.)
Public propertyShowBehind
Gets or sets value which indicates that strips will be shown behind chart series or in front of chart series.
Public propertyShowInLegend
Gets or sets value which indicates that strips will be shown in legend of chart.
Public propertyStripBrush
Gets or sets brush which will be used for drawing strips.
Public propertyText
Gets or sets title text.
Public propertyTitleColor
Gets or sets foreground color of title.
Public propertyTitleVisible
Gets or sets visibility of title.
Public propertyVisible
Gets or sets visibility of strips.
Top
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
(Overrides StiServiceClone.)
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
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetProperties
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodIsPropertiesInitializedProtected (Inherited from StiService.)
Public methodIsPropertyPresent (Inherited from StiService.)
Public methodLoadFromJsonObject
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPackService (Inherited from StiService.)
Public methodSaveToJsonObject
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also