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

Packages that use StiSeriesSortType
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 StiSeriesSortType in com.stimulsoft.report.chart.enums
 

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

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

Methods in com.stimulsoft.report.chart.interfaces.series that return StiSeriesSortType
 StiSeriesSortType IStiSeries.getSortBy()
           
 

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

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

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

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

Methods in com.stimulsoft.report.chart.view.series that return StiSeriesSortType
 StiSeriesSortType StiSeries.getSortBy()
          Gets or sets mode of series values sorting.
 

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



Copyright © 2018 Stimulsoft. All Rights Reserved.