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

Packages that use StiChartTitleDock
com.stimulsoft.report.chart.enums   
com.stimulsoft.report.chart.interfaces.chartTitle   
com.stimulsoft.report.chart.view.chartTitle   
 

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

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

Uses of StiChartTitleDock in com.stimulsoft.report.chart.interfaces.chartTitle
 

Methods in com.stimulsoft.report.chart.interfaces.chartTitle that return StiChartTitleDock
 StiChartTitleDock IStiChartTitle.getDock()
           
 

Methods in com.stimulsoft.report.chart.interfaces.chartTitle with parameters of type StiChartTitleDock
 void IStiChartTitle.setDock(StiChartTitleDock value)
           
 

Uses of StiChartTitleDock in com.stimulsoft.report.chart.view.chartTitle
 

Methods in com.stimulsoft.report.chart.view.chartTitle that return StiChartTitleDock
 StiChartTitleDock StiChartTitle.getDock()
          Gets or sets docking ot chart title.
 

Methods in com.stimulsoft.report.chart.view.chartTitle with parameters of type StiChartTitleDock
 void StiChartTitle.setDock(StiChartTitleDock value)
           
 

Constructors in com.stimulsoft.report.chart.view.chartTitle with parameters of type StiChartTitleDock
StiChartTitle(StiFont font, java.lang.String text, StiBrush brush, boolean antialiasing, StiStringAlignment alignment, StiChartTitleDock dock, int spacing, boolean visible, boolean allowApplyStyle)