Uses of Class
com.stimulsoft.report.chart.enums.StiTopNMode

Packages that use StiTopNMode
com.stimulsoft.report.chart.enums   
com.stimulsoft.report.chart.interfaces.topN   
com.stimulsoft.report.chart.view.topN   
 

Uses of StiTopNMode in com.stimulsoft.report.chart.enums
 

Methods in com.stimulsoft.report.chart.enums that return StiTopNMode
static StiTopNMode StiTopNMode.forValue(int value)
           
static StiTopNMode StiTopNMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiTopNMode[] StiTopNMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of StiTopNMode in com.stimulsoft.report.chart.interfaces.topN
 

Methods in com.stimulsoft.report.chart.interfaces.topN that return StiTopNMode
 StiTopNMode IStiSeriesTopN.getMode()
           
 

Methods in com.stimulsoft.report.chart.interfaces.topN with parameters of type StiTopNMode
 void IStiSeriesTopN.setMode(StiTopNMode value)
           
 

Uses of StiTopNMode in com.stimulsoft.report.chart.view.topN
 

Methods in com.stimulsoft.report.chart.view.topN that return StiTopNMode
 StiTopNMode StiSeriesTopN.getMode()
          Gets or sets output values mode.
 

Methods in com.stimulsoft.report.chart.view.topN with parameters of type StiTopNMode
 void StiSeriesTopN.setMode(StiTopNMode value)