Click or drag to resize

IStiSteppedAreaArea Interface

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

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

The IStiSteppedAreaArea type exposes the following members.

Properties
  NameDescription
Public propertyAllowApplyStyle (Inherited from IStiArea.)
Public propertyAxisCore (Inherited from IStiAxisArea.)
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 IStiAxisArea.)
Public propertyGridLinesHorRight (Inherited from IStiAxisArea.)
Public propertyGridLinesVert (Inherited from IStiAxisArea.)
Public propertyInterlacingHor (Inherited from IStiAxisArea.)
Public propertyInterlacingVert (Inherited from IStiAxisArea.)
Public propertyIsDefaultSeriesTypeFullStackedBarSeries (Inherited from IStiArea.)
Public propertyIsDefaultSeriesTypeFullStackedColumnSeries (Inherited from IStiArea.)
Public propertyReverseHor (Inherited from IStiAxisArea.)
Public propertyReverseVert (Inherited from IStiAxisArea.)
Public propertyShowShadow (Inherited from IStiArea.)
Public propertyXAxis (Inherited from IStiAxisArea.)
Public propertyXTopAxis (Inherited from IStiAxisArea.)
Public propertyYAxis (Inherited from IStiAxisArea.)
Public propertyYRightAxis (Inherited from IStiAxisArea.)
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