Click or drag to resize

IStiParetoSeries Interface

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

Namespace:  Stimulsoft.Report.Chart
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public interface IStiParetoSeries : IStiClusteredColumnSeries, 
	IStiSeries, ICloneable, IStiJsonReportObject, IStiAllowApplyBrushNegative, IStiBaseLineSeries, 
	IStiAllowApplyColorNegative

The IStiParetoSeries type exposes the following members.

Properties
  NameDescription
Public propertyAllowApplyBrushNegative (Inherited from IStiAllowApplyBrushNegative.)
Public propertyAllowApplyColorNegative (Inherited from IStiAllowApplyColorNegative.)
Public propertyAllowApplyStyle (Inherited from IStiSeries.)
Public propertyArguments (Inherited from IStiSeries.)
Public propertyBorderColor (Inherited from IStiClusteredColumnSeries.)
Public propertyBrush (Inherited from IStiClusteredColumnSeries.)
Public propertyBrushNegative (Inherited from IStiAllowApplyBrushNegative.)
Public propertyChart (Inherited from IStiSeries.)
Public propertyConditions (Inherited from IStiSeries.)
Public propertyCore (Inherited from IStiSeries.)
Public propertyCoreTitle (Inherited from IStiSeries.)
Public propertyFilters (Inherited from IStiSeries.)
Public propertyFormat (Inherited from IStiSeries.)
Public propertyHyperlinks (Inherited from IStiSeries.)
Public propertyInteraction (Inherited from IStiSeries.)
Public propertyLabelsOffset (Inherited from IStiBaseLineSeries.)
Public propertyLighting (Inherited from IStiBaseLineSeries.)
Public propertyLineColor (Inherited from IStiBaseLineSeries.)
Public propertyLineColorNegative (Inherited from IStiAllowApplyColorNegative.)
Public propertyLineMarker (Inherited from IStiBaseLineSeries.)
Public propertyLineStyle (Inherited from IStiBaseLineSeries.)
Public propertyLineWidth (Inherited from IStiBaseLineSeries.)
Public propertyMarker (Inherited from IStiBaseLineSeries.)
Public propertySeriesLabels (Inherited from IStiSeries.)
Public propertyShowInLegend (Inherited from IStiSeries.)
Public propertyShowNulls (Inherited from IStiBaseLineSeries.)
Public propertyShowSeriesLabels (Inherited from IStiSeries.)
Public propertyShowShadow (Inherited from IStiSeries.)
Public propertyShowZeros (Inherited from IStiClusteredColumnSeries.)
Public propertySortBy (Inherited from IStiSeries.)
Public propertySortDirection (Inherited from IStiSeries.)
Public propertyTags (Inherited from IStiSeries.)
Public propertyTitleValue (Inherited from IStiSeries.)
Public propertyToolTips (Inherited from IStiSeries.)
Public propertyTopN (Inherited from IStiSeries.)
Public propertyTrendLine (Inherited from IStiSeries.)
Public propertyValues (Inherited from IStiSeries.)
Public propertyValuesStart (Inherited from IStiSeries.)
Public propertyWidth (Inherited from IStiClusteredColumnSeries.)
Public propertyYAxis (Inherited from IStiSeries.)
Top
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
(Inherited from ICloneable.)
Public methodGetDefaultAreaType (Inherited from IStiSeries.)
Public methodLoadFromJsonObject (Inherited from IStiJsonReportObject.)
Public methodProcessSeriesBrushes (Inherited from IStiSeries.)
Public methodProcessSeriesColors (Inherited from IStiSeries.)
Public methodSaveToJsonObject (Inherited from IStiJsonReportObject.)
Top
See Also