com.stimulsoft.report.chart.view.axis
Class StiYLeftAxis

java.lang.Object
  extended by com.stimulsoft.base.serializing.StiSerializedObject
      extended by com.stimulsoft.report.chart.view.axis.StiAxis
          extended by com.stimulsoft.report.chart.view.axis.StiYAxis
              extended by com.stimulsoft.report.chart.view.axis.StiYLeftAxis
All Implemented Interfaces:
IStiJsonReportObject, IStiSerializable, IStiSerializableRef, IStiAxis, IStiYAxis, IStiYLeftAxis, java.lang.Cloneable

public class StiYLeftAxis
extends StiYAxis
implements IStiYLeftAxis


Field Summary
 
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT
 
Constructor Summary
StiYLeftAxis()
           
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)
           
 
Method Summary
 
Methods inherited from class com.stimulsoft.report.chart.view.axis.StiYAxis
getShowYAxis, LoadFromJsonObject, SaveToJsonObject, setShowYAxis
 
Methods inherited from class com.stimulsoft.report.chart.view.axis.StiAxis
clone, getAllowApplyStyle, getArea, getArrowStyle, getCore, getInfo, getInteraction, getLabels, getLineColor, getLineStyle, getLineWidth, getLogarithmicScale, getRange, getStartFromZero, getStep, getTicks, getTitle, getTitleDirection, getVisible, setAllowApplyStyle, setArea, setArrowStyle, setCore, setInfo, setInteraction, setLabels, setLineColor, setLineStyle, setLineWidth, setLogarithmicScale, setRange, setStartFromZero, setStep, setTicks, setTitle, setTitleDirection, setVisible
 
Methods inherited from class com.stimulsoft.base.serializing.StiSerializedObject
cleanReference, getReference, setReference
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.stimulsoft.report.chart.interfaces.axis.IStiYAxis
clone, getShowYAxis, setShowYAxis
 
Methods inherited from interface com.stimulsoft.report.chart.interfaces.axis.IStiAxis
getAllowApplyStyle, getArea, getArrowStyle, getCore, getInfo, getInteraction, getLabels, getLineColor, getLineStyle, getLineWidth, getLogarithmicScale, getRange, getStartFromZero, getStep, getTicks, getTitle, getVisible, setAllowApplyStyle, setArea, setArrowStyle, setCore, setInfo, setInteraction, setLabels, setLineColor, setLineStyle, setLineWidth, setLogarithmicScale, setRange, setStartFromZero, setStep, setTicks, setTitle, setVisible
 
Methods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
getReference, setReference
 
Methods inherited from interface com.stimulsoft.base.IStiJsonReportObject
LoadFromJsonObject, SaveToJsonObject
 

Constructor Detail

StiYLeftAxis

public StiYLeftAxis()

StiYLeftAxis

public 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

public 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

public 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)