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

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

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

Methods in com.stimulsoft.report.chart.enums that return StiShowYAxis
static StiShowYAxis StiShowYAxis.forValue(int value)
           
static StiShowYAxis StiShowYAxis.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiShowYAxis[] StiShowYAxis.values()
          Returns an array containing the constants of this enum type, 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 StiShowYAxis
 StiShowYAxis IStiYAxis.getShowYAxis()
           
 

Methods in com.stimulsoft.report.chart.interfaces.axis with parameters of type StiShowYAxis
 void IStiYAxis.setShowYAxis(StiShowYAxis value)
           
 

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

Methods in com.stimulsoft.report.chart.view.axis that return StiShowYAxis
 StiShowYAxis StiYRightAxis.getShowYAxis()
           
 StiShowYAxis StiYAxis.getShowYAxis()
          Gets or sets type of drawing Y axis.
 

Methods in com.stimulsoft.report.chart.view.axis with parameters of type StiShowYAxis
 void StiYRightAxis.setShowYAxis(StiShowYAxis value)
           
 void StiYAxis.setShowYAxis(StiShowYAxis value)
           
 

Constructors in com.stimulsoft.report.chart.view.axis with parameters of type StiShowYAxis
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)
           
StiYAxis(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)
           
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)