Click or drag to resize

StiParetoArea Class

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

Inheritance Hierarchy

Namespace:  Stimulsoft.Report.Chart
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public class StiParetoArea : StiClusteredColumnArea, 
	IStiParetoArea, IStiClusteredColumnArea, IStiAxisArea, IStiArea, ICloneable, 
	IStiJsonReportObject

The StiParetoArea type exposes the following members.

Constructors
  NameDescription
Public methodStiParetoArea
Initializes a new instance of the StiParetoArea class
Top
Properties
  NameDescription
Public propertyAllowApplyStyle
Gets or sets value which indicates that chart style will be used.
(Inherited from StiArea.)
Public propertyAxisCore (Inherited from StiAxisArea.)
Public propertyBorderColor
Gets or sets border color of this area.
(Inherited from StiArea.)
Public propertyBrush
Gets or sets brush to fill a area.
(Inherited from StiArea.)
Public propertyChart
Gets or sets reference to chart component which contain this area.
(Inherited from StiArea.)
Public propertyColorEach
Gets or sets value which indicates that each series is drawn by its own colour.
(Inherited from StiArea.)
Public propertyColorEachAllowed (Inherited from StiArea.)
Public propertyComponentId (Overrides StiClusteredColumnAreaComponentId.)
Public propertyCore (Inherited from StiArea.)
Public propertyGridLinesHor
Gets or sets horizontal grid lines on left axis.
(Inherited from StiAxisArea.)
Public propertyGridLinesHorRight
Gets or sets horizontal grid lines on right axis.
(Inherited from StiAxisArea.)
Public propertyGridLinesVert
Gets or sets grid lines on vertical axis.
(Inherited from StiAxisArea.)
Public propertyInterlacingHor
Gets or sets interlacing settings on horizontal axis.
(Inherited from StiAxisArea.)
Public propertyInterlacingVert
Gets or sets interlacing settings on vertical axis.
(Inherited from StiAxisArea.)
Public propertyIsDefaultSeriesTypeFullStackedBarSeries (Inherited from StiArea.)
Public propertyIsDefaultSeriesTypeFullStackedColumnSeries (Inherited from StiArea.)
Public propertyProperties (Inherited from StiService.)
Public propertyPropName (Inherited from StiArea.)
Public propertyReverseHor
Gets or sets value which indicate that all values on horizontal axis is reverse.
(Inherited from StiAxisArea.)
Public propertyReverseVert
Gets or sets value which indicate that all values on vertical axis is reverse.
(Inherited from StiAxisArea.)
Public propertyServiceCategory
Gets a service category.
(Inherited from StiArea.)
Public propertyServiceEnabled (Inherited from StiService.)
Public propertyServiceInfo (Inherited from StiService.)
Public propertyServiceName
Gets a service name.
(Inherited from StiArea.)
Public propertyServiceType
Gets a service type.
(Inherited from StiArea.)
Public propertyShowShadow
Gets or sets value which indicates necessary draw shadod or no.
(Inherited from StiArea.)
Public propertyXAxis
Gets or sets settings of XAxis.
(Inherited from StiAxisArea.)
Public propertyXTopAxis
Gets or sets settings of XTopAxis.
(Inherited from StiAxisArea.)
Public propertyYAxis
Gets or sets settings of YAxis.
(Inherited from StiAxisArea.)
Public propertyYRightAxis
Gets or sets settings of YRightAxis.
(Inherited from StiAxisArea.)
Top
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
(Inherited from StiAxisArea.)
Public methodCreateNew (Overrides StiClusteredColumnAreaCreateNew.)
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
Returns default for this area series labels type.
(Inherited from StiAxisArea.)
Public methodGetDefaultSeriesType (Overrides StiClusteredColumnAreaGetDefaultSeriesType.)
Public methodGetEvents (Inherited from StiArea.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetProperties (Inherited from StiClusteredColumnArea.)
Public methodGetSeriesLabelsTypes
Returns array of types which contains all series labels types for this area.
(Inherited from StiAxisArea.)
Public methodGetSeriesTypes (Overrides StiClusteredColumnAreaGetSeriesTypes.)
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 StiAxisArea.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPackService (Inherited from StiService.)
Public methodSaveToJsonObject (Inherited from StiAxisArea.)
Public methodToString (Inherited from StiArea.)
Top
See Also