Click or drag to resize

StiRadarLineArea Class

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

Inheritance Hierarchy

Namespace:  Stimulsoft.Report.Chart
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public class StiRadarLineArea : StiRadarArea, 
	IStiRadarLineArea, IStiRadarArea, IStiArea, ICloneable, IStiJsonReportObject

The StiRadarLineArea type exposes the following members.

Constructors
  NameDescription
Public methodStiRadarLineArea
Initializes a new instance of the StiRadarLineArea class
Top
Properties
  NameDescription
Public propertyAllowApplyStyle
Gets or sets value which indicates that chart style will be used.
(Inherited from StiArea.)
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 (Inherited from StiRadarArea.)
Public propertyColorEachAllowed (Inherited from StiArea.)
Public propertyComponentId (Overrides StiAreaComponentId.)
Public propertyCore (Inherited from StiArea.)
Public propertyGridLinesHor
Gets or sets horizontal grid lines on left axis.
(Inherited from StiRadarArea.)
Public propertyGridLinesVert
Gets or sets grid lines on vertical axis.
(Inherited from StiRadarArea.)
Public propertyInterlacingHor
Gets or sets interlacing settings on horizontal axis.
(Inherited from StiRadarArea.)
Public propertyInterlacingVert
Gets or sets interlacing settings on vertical axis.
(Inherited from StiRadarArea.)
Public propertyIsDefaultSeriesTypeFullStackedBarSeries (Inherited from StiArea.)
Public propertyIsDefaultSeriesTypeFullStackedColumnSeries (Inherited from StiArea.)
Public propertyProperties (Inherited from StiService.)
Public propertyPropName (Inherited from StiArea.)
Public propertyRadarStyle
Gets or sets style of radar area.
(Inherited from StiRadarArea.)
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 X Axis.
(Inherited from StiRadarArea.)
Public propertyYAxis
Gets or sets settings of Y Axis.
(Inherited from StiRadarArea.)
Top
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
(Inherited from StiRadarArea.)
Public methodCreateNew (Overrides StiAreaCreateNew.)
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 (Inherited from StiRadarArea.)
Public methodGetDefaultSeriesType (Overrides StiAreaGetDefaultSeriesType.)
Public methodGetEvents (Inherited from StiArea.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetProperties (Overrides StiAreaGetProperties(IStiPropertyGrid, StiLevel).)
Public methodGetSeriesLabelsTypes (Inherited from StiRadarArea.)
Public methodGetSeriesTypes (Overrides StiAreaGetSeriesTypes.)
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 StiRadarArea.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPackService (Inherited from StiService.)
Public methodSaveToJsonObject (Inherited from StiRadarArea.)
Public methodToString (Inherited from StiArea.)
Top
See Also