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

Packages that use StiSeriesSortDirection
com.stimulsoft.report.chart.enums   
com.stimulsoft.report.chart.interfaces.series   
com.stimulsoft.report.chart.view.filter   
com.stimulsoft.report.chart.view.series   
 

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

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

Uses of StiSeriesSortDirection in com.stimulsoft.report.chart.interfaces.series
 

Methods in com.stimulsoft.report.chart.interfaces.series that return StiSeriesSortDirection
 StiSeriesSortDirection IStiSeries.getSortDirection()
           
 

Methods in com.stimulsoft.report.chart.interfaces.series with parameters of type StiSeriesSortDirection
 void IStiSeries.setSortDirection(StiSeriesSortDirection value)
           
 

Uses of StiSeriesSortDirection in com.stimulsoft.report.chart.view.filter
 

Constructors in com.stimulsoft.report.chart.view.filter with parameters of type StiSeriesSortDirection
StiDataItemComparer(StiSeriesSortType sortType, StiSeriesSortDirection sortDirection)
           
 

Uses of StiSeriesSortDirection in com.stimulsoft.report.chart.view.series
 

Methods in com.stimulsoft.report.chart.view.series that return StiSeriesSortDirection
 StiSeriesSortDirection StiSeries.getSortDirection()
          Gets or sets sort direction.
 

Methods in com.stimulsoft.report.chart.view.series with parameters of type StiSeriesSortDirection
 void StiSeries.setSortDirection(StiSeriesSortDirection value)