Click or drag to resize

StiArea Class

Describes base class for all chart areas.
Inheritance Hierarchy

Namespace:  Stimulsoft.Report.Chart
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
[TypeConverterAttribute(typeof(StiUniversalConverter))]
public abstract class StiArea : StiService, 
	IStiArea, ICloneable, IStiJsonReportObject, IStiSerializeToCodeAsClass, IStiPropertyGridObject

The StiArea type exposes the following members.

Constructors
  NameDescription
Protected methodStiArea
Initializes a new instance of the StiArea class
Top
Properties
  NameDescription
Public propertyAllowApplyStyle
Gets or sets value which indicates that chart style will be used.
Public propertyBorderColor
Gets or sets border color of this area.
Public propertyBrush
Gets or sets brush to fill a area.
Public propertyChart
Gets or sets reference to chart component which contain this area.
Public propertyColorEach
Gets or sets value which indicates that each series is drawn by its own colour.
Public propertyColorEachAllowed
Public propertyComponentId
Public propertyCore
Public propertyIsDefaultSeriesTypeFullStackedBarSeries
Public propertyIsDefaultSeriesTypeFullStackedColumnSeries
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
Gets a service name.
(Overrides StiServiceServiceName.)
Public propertyServiceType
Gets a service type.
(Overrides StiServiceServiceType.)
Public propertyShowShadow
Gets or sets value which indicates necessary draw shadod or no.
Top
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
(Overrides StiServiceClone.)
Public methodCreateNew
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 methodGetDefaultSeriesLabelsType
Public methodGetDefaultSeriesType
Public methodGetEvents
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetProperties
Public methodGetSeriesLabelsTypes
Public methodGetSeriesTypes
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 (Overrides ObjectToString.)
Top
See Also
Inheritance Hierarchy