Uses of Interface
com.stimulsoft.report.chart.interfaces.axis.IStiAxisInteraction

Packages that use IStiAxisInteraction
com.stimulsoft.report.chart.interfaces.axis   
com.stimulsoft.report.chart.view.axis   
 

Uses of IStiAxisInteraction in com.stimulsoft.report.chart.interfaces.axis
 

Methods in com.stimulsoft.report.chart.interfaces.axis that return IStiAxisInteraction
 IStiAxisInteraction IStiAxis.getInteraction()
           
 

Methods in com.stimulsoft.report.chart.interfaces.axis with parameters of type IStiAxisInteraction
 void IStiAxis.setInteraction(IStiAxisInteraction value)
           
 

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

Classes in com.stimulsoft.report.chart.view.axis that implement IStiAxisInteraction
 class StiAxisInteraction
           
 

Methods in com.stimulsoft.report.chart.view.axis that return IStiAxisInteraction
 IStiAxisInteraction StiAxis.getInteraction()
          Gets or sets axis interaction settings.
 

Methods in com.stimulsoft.report.chart.view.axis with parameters of type IStiAxisInteraction
 void StiAxis.setInteraction(IStiAxisInteraction value)
           
 

Constructors in com.stimulsoft.report.chart.view.axis with parameters of type IStiAxisInteraction
StiAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, boolean allowApplyStyle)
           
StiAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, boolean allowApplyStyle, boolean logarithmicScale)
           
StiXAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, StiShowXAxis showXAxis, boolean showEdgeValues, boolean allowApplyStyle)
           
StiXAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, StiShowXAxis showXAxis, boolean showEdgeValues, boolean allowApplyStyle, IStiAxisDateTimeStep dateTimeStep)
           
StiXAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, StiShowXAxis showXAxis, boolean showEdgeValues, boolean allowApplyStyle, IStiAxisDateTimeStep dateTimeStep, boolean logarithmicScale)
           
StiXBottomAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, StiShowXAxis showXAxis, boolean showEdgeValues, boolean allowApplyStyle)
           
StiXBottomAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, StiShowXAxis showXAxis, boolean showEdgeValues, boolean allowApplyStyle, IStiAxisDateTimeStep dateTimeStep)
           
StiXBottomAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, StiShowXAxis showXAxis, boolean showEdgeValues, boolean allowApplyStyle, IStiAxisDateTimeStep dateTimeStep, boolean logarithmicScale)
           
StiXTopAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, boolean showEdgeValues, boolean allowApplyStyle)
           
StiXTopAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, boolean showEdgeValues, boolean allowApplyStyle, boolean logarithmicScale)
           
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, 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)
           
StiYRightAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, boolean allowApplyStyle)
           
StiYRightAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, boolean allowApplyStyle, boolean logarithmicScale)