Uses of Enum Class
com.stimulsoft.report.chart.enums.StiChartTitleDock
Packages that use StiChartTitleDock
Package
Description
-
Uses of StiChartTitleDock in com.stimulsoft.report.chart.enums
Methods in com.stimulsoft.report.chart.enums that return StiChartTitleDockModifier and TypeMethodDescriptionstatic StiChartTitleDockStiChartTitleDock.forValue(int value) static StiChartTitleDockReturns the enum constant of this class with the specified name.static StiChartTitleDock[]StiChartTitleDock.values()Returns an array containing the constants of this enum class, 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 StiChartTitleDockMethods in com.stimulsoft.report.chart.interfaces.chartTitle with parameters of type StiChartTitleDock -
Uses of StiChartTitleDock in com.stimulsoft.report.chart.view.chartTitle
Methods in com.stimulsoft.report.chart.view.chartTitle that return StiChartTitleDockModifier and TypeMethodDescriptionfinal StiChartTitleDockStiChartTitle.getDock()Gets or sets docking ot chart title.Methods in com.stimulsoft.report.chart.view.chartTitle with parameters of type StiChartTitleDockConstructors in com.stimulsoft.report.chart.view.chartTitle with parameters of type StiChartTitleDockModifierConstructorDescriptionStiChartTitle(StiFont font, String text, StiBrush brush, boolean antialiasing, StiStringAlignment alignment, StiChartTitleDock dock, int spacing, boolean visible, boolean allowApplyStyle)