Uses of Enum Class
com.stimulsoft.report.chart.enums.StiShowYAxis
Packages that use StiShowYAxis
Package
Description
-
Uses of StiShowYAxis in com.stimulsoft.report.chart.enums
Methods in com.stimulsoft.report.chart.enums that return StiShowYAxisModifier and TypeMethodDescriptionstatic StiShowYAxisStiShowYAxis.forValue(int value) static StiShowYAxisReturns the enum constant of this class with the specified name.static StiShowYAxis[]StiShowYAxis.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of StiShowYAxis in com.stimulsoft.report.chart.interfaces.axis
Methods in com.stimulsoft.report.chart.interfaces.axis that return StiShowYAxisMethods in com.stimulsoft.report.chart.interfaces.axis with parameters of type StiShowYAxis -
Uses of StiShowYAxis in com.stimulsoft.report.chart.view.axis
Methods in com.stimulsoft.report.chart.view.axis that return StiShowYAxisModifier and TypeMethodDescriptionStiYAxis.getShowYAxis()Gets or sets type of drawing Y axis.StiYRightAxis.getShowYAxis()Methods in com.stimulsoft.report.chart.view.axis with parameters of type StiShowYAxisModifier and TypeMethodDescriptionvoidStiYAxis.setShowYAxis(StiShowYAxis value) voidStiYRightAxis.setShowYAxis(StiShowYAxis value) Constructors in com.stimulsoft.report.chart.view.axis with parameters of type StiShowYAxisModifierConstructorDescriptionStiYAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, StiShowYAxis showYAxis, boolean allowApplyStyle) StiYAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, StiShowYAxis showYAxis, boolean allowApplyStyle) StiYAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, StiShowYAxis showYAxis, boolean allowApplyStyle, boolean logarithmicScale) StiYLeftAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, StiShowYAxis showYAxis, boolean allowApplyStyle) StiYLeftAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, StiShowYAxis showYAxis, boolean allowApplyStyle) StiYLeftAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, StiShowYAxis showYAxis, boolean allowApplyStyle, boolean logarithmicScale)