Uses of Enum Class
com.stimulsoft.report.chart.enums.StiShowXAxis
Packages that use StiShowXAxis
Package
Description
-
Uses of StiShowXAxis in com.stimulsoft.report.chart.enums
Methods in com.stimulsoft.report.chart.enums that return StiShowXAxisModifier and TypeMethodDescriptionstatic StiShowXAxisStiShowXAxis.forValue(int value) static StiShowXAxisReturns the enum constant of this class with the specified name.static StiShowXAxis[]StiShowXAxis.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of StiShowXAxis in com.stimulsoft.report.chart.interfaces.axis
Methods in com.stimulsoft.report.chart.interfaces.axis that return StiShowXAxisMethods in com.stimulsoft.report.chart.interfaces.axis with parameters of type StiShowXAxis -
Uses of StiShowXAxis in com.stimulsoft.report.chart.view.axis
Methods in com.stimulsoft.report.chart.view.axis that return StiShowXAxisModifier and TypeMethodDescriptionStiXAxis.getShowXAxis()Gets or sets type of drawing X axis.StiXTopAxis.getShowXAxis()Methods in com.stimulsoft.report.chart.view.axis with parameters of type StiShowXAxisModifier and TypeMethodDescriptionvoidStiXAxis.setShowXAxis(StiShowXAxis value) voidStiXTopAxis.setShowXAxis(StiShowXAxis value) Constructors in com.stimulsoft.report.chart.view.axis with parameters of type StiShowXAxisModifierConstructorDescriptionStiXAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, StiShowXAxis showXAxis, boolean allowApplyStyle) StiXAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, 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) 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, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, StiShowXAxis showXAxis, boolean allowApplyStyle) StiXBottomAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, 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) 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)