com.stimulsoft.report.chart.interfaces.marker
Interface IStiLineMarker

All Superinterfaces:
java.lang.Cloneable, IStiJsonReportObject, IStiMarker, IStiSerializable, IStiSerializableRef
All Known Implementing Classes:
StiLineMarker

public interface IStiLineMarker
extends IStiMarker, IStiJsonReportObject


Field Summary
 
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT
 
Method Summary
 double getStep()
           
 void setStep(double value)
           
 
Methods inherited from interface com.stimulsoft.report.chart.interfaces.marker.IStiMarker
clone, getAngle, getBorderColor, getBrush, getCore, getShowInLegend, getSize, getType, getVisible, setAngle, setBorderColor, setBrush, setCore, setShowInLegend, setSize, setType, setVisible
 
Methods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
getReference, setReference
 
Methods inherited from interface com.stimulsoft.base.IStiJsonReportObject
LoadFromJsonObject, SaveToJsonObject
 

Method Detail

getStep

double getStep()

setStep

void setStep(double value)