com.stimulsoft.report.chart.view.gridLines.axis
Class StiGridLinesHor

java.lang.Object
  extended by com.stimulsoft.base.serializing.StiSerializedObject
      extended by com.stimulsoft.report.chart.view.gridLines.axis.StiGridLines
          extended by com.stimulsoft.report.chart.view.gridLines.axis.StiGridLinesHor
All Implemented Interfaces:
IStiJsonReportObject, IStiSerializable, IStiSerializableRef, IStiGridLines, IStiGridLinesHor, java.lang.Cloneable

public class StiGridLinesHor
extends StiGridLines
implements IStiGridLinesHor


Field Summary
 
Fields inherited from class com.stimulsoft.report.chart.view.gridLines.axis.StiGridLines
needSetAreaJsonPropertyInternal
 
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT
 
Constructor Summary
StiGridLinesHor()
           
StiGridLinesHor(StiColor color, StiPenStyle style, boolean visible, StiColor minorColor, StiPenStyle minorStyle, boolean minorVisible, int minorCount, boolean allowApplyStyle)
           
 
Method Summary
 
Methods inherited from class com.stimulsoft.report.chart.view.gridLines.axis.StiGridLines
clone, getAllowApplyStyle, getArea, getColor, getCore, getMinorColor, getMinorCount, getMinorStyle, getMinorVisible, getStyle, getVisible, LoadFromJsonObject, SaveToJsonObject, setAllowApplyStyle, setArea, setColor, setCore, setMinorColor, setMinorCount, setMinorStyle, setMinorVisible, setStyle, 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.gridLines.axis.IStiGridLinesHor
clone
 
Methods inherited from interface com.stimulsoft.report.chart.interfaces.gridLines.axis.IStiGridLines
getAllowApplyStyle, getArea, getColor, getCore, getMinorColor, getMinorCount, getMinorStyle, getMinorVisible, getStyle, getVisible, setAllowApplyStyle, setArea, setColor, setCore, setMinorColor, setMinorCount, setMinorStyle, setMinorVisible, setStyle, 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

StiGridLinesHor

public StiGridLinesHor()

StiGridLinesHor

public StiGridLinesHor(StiColor color,
                       StiPenStyle style,
                       boolean visible,
                       StiColor minorColor,
                       StiPenStyle minorStyle,
                       boolean minorVisible,
                       int minorCount,
                       boolean allowApplyStyle)