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

Packages that use StiTimeDateStep
com.stimulsoft.report.chart.enums   
com.stimulsoft.report.chart.interfaces.axis   
com.stimulsoft.report.chart.view.axis   
 

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

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

Uses of StiTimeDateStep in com.stimulsoft.report.chart.interfaces.axis
 

Methods in com.stimulsoft.report.chart.interfaces.axis that return StiTimeDateStep
 StiTimeDateStep IStiAxisDateTimeStep.getStep()
           
 

Methods in com.stimulsoft.report.chart.interfaces.axis with parameters of type StiTimeDateStep
 void IStiAxisDateTimeStep.setStep(StiTimeDateStep value)
           
 

Uses of StiTimeDateStep in com.stimulsoft.report.chart.view.axis
 

Methods in com.stimulsoft.report.chart.view.axis that return StiTimeDateStep
 StiTimeDateStep StiAxisDateTimeStep.getStep()
          Gets or sets a value that indicates with what the time step values will be shown.
 

Methods in com.stimulsoft.report.chart.view.axis with parameters of type StiTimeDateStep
 void StiAxisDateTimeStep.setStep(StiTimeDateStep value)
           
 

Constructors in com.stimulsoft.report.chart.view.axis with parameters of type StiTimeDateStep
StiAxisDateTimeStep(StiTimeDateStep step, int numberOfValues)