Click or drag to resize

IStiRadarLineArea Interface

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

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

The IStiRadarLineArea type exposes the following members.

Properties
  NameDescription
Public propertyAllowApplyStyle (Inherited from IStiArea.)
Public propertyBorderColor (Inherited from IStiArea.)
Public propertyBrush (Inherited from IStiArea.)
Public propertyChart (Inherited from IStiArea.)
Public propertyColorEach (Inherited from IStiArea.)
Public propertyCore (Inherited from IStiArea.)
Public propertyGridLinesHor (Inherited from IStiRadarArea.)
Public propertyGridLinesVert (Inherited from IStiRadarArea.)
Public propertyInterlacingHor (Inherited from IStiRadarArea.)
Public propertyInterlacingVert (Inherited from IStiRadarArea.)
Public propertyIsDefaultSeriesTypeFullStackedBarSeries (Inherited from IStiArea.)
Public propertyIsDefaultSeriesTypeFullStackedColumnSeries (Inherited from IStiArea.)
Public propertyRadarStyle (Inherited from IStiRadarArea.)
Public propertyShowShadow (Inherited from IStiArea.)
Public propertyXAxis (Inherited from IStiRadarArea.)
Public propertyYAxis (Inherited from IStiRadarArea.)
Top
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
(Inherited from ICloneable.)
Public methodGetDefaultSeriesLabelsType (Inherited from IStiArea.)
Public methodGetDefaultSeriesType (Inherited from IStiArea.)
Public methodGetSeriesLabelsTypes (Inherited from IStiArea.)
Public methodGetSeriesTypes (Inherited from IStiArea.)
Public methodLoadFromJsonObject (Inherited from IStiJsonReportObject.)
Public methodSaveToJsonObject (Inherited from IStiJsonReportObject.)
Top
See Also