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

Packages that use StiXAxisDock
com.stimulsoft.report.chart.core.axis   
com.stimulsoft.report.chart.enums   
 

Uses of StiXAxisDock in com.stimulsoft.report.chart.core.axis
 

Methods in com.stimulsoft.report.chart.core.axis that return StiXAxisDock
 StiXAxisDock StiXTopAxisCoreXF.getDock()
           
 StiXAxisDock StiXBottomAxisCoreXF.getDock()
           
abstract  StiXAxisDock StiXAxisCoreXF.getDock()
           
 

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

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