com.stimulsoft.report.chart.view.seriesLabels.axis
Class StiOutsideAxisLabels

java.lang.Object
  extended by com.stimulsoft.base.serializing.StiSerializedObject
      extended by com.stimulsoft.base.services.StiService
          extended by com.stimulsoft.report.chart.view.seriesLabels.StiSeriesLabels
              extended by com.stimulsoft.report.chart.view.seriesLabels.axis.StiAxisSeriesLabels
                  extended by com.stimulsoft.report.chart.view.seriesLabels.axis.StiOutsideAxisLabels
All Implemented Interfaces:
IStiJsonReportObject, IStiSerializable, IStiSerializableRef, IStiSerializeToCodeAsClass, IStiAxisSeriesLabels, IStiOutsideAxisLabels, IStiSeriesLabels, java.lang.Cloneable

public class StiOutsideAxisLabels
extends StiAxisSeriesLabels
implements IStiOutsideAxisLabels


Field Summary
 
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT
 
Constructor Summary
StiOutsideAxisLabels()
           
 
Method Summary
 float getLineLength()
          Gets or sets length of line between border of series labels and border of series element.
 void LoadFromJsonObject(JSONObject jObject)
           
 JSONObject SaveToJsonObject(StiJsonSaveMode mode)
           
 void setLineLength(float value)
           
 
Methods inherited from class com.stimulsoft.report.chart.view.seriesLabels.StiSeriesLabels
clone, getAllowApplyStyle, getAngle, getAntialiasing, getAxisCore, getBorderColor, getBrush, getChart, getConditions, getCore, getDrawBorder, getFont, getFormat, getLabelColor, getLegendValueType, getMarkerAlignment, getMarkerSize, getMarkerVisible, getPieCore, getPreventIntersection, getServiceCategory, getServiceName, getServiceType, getShowNulls, getShowOnZeroValues, getShowZeros, getStep, getTextAfter, getTextBefore, getUseSeriesColor, getValueType, getValueTypeSeparator, getVisible, getWidth, getWordWrap, LoadFromJsonObjectInternal, setAllowApplyStyle, setAngle, setAntialiasing, setBorderColor, setBrush, setChart, setConditions, setCore, setDrawBorder, setFont, setFormat, setLabelColor, setLegendValueType, setMarkerAlignment, setMarkerSize, setMarkerVisible, setPreventIntersection, setShowNulls, setShowOnZeroValues, setShowZeros, setStep, setTextAfter, setTextBefore, setUseSeriesColor, setValueType, setValueTypeSeparator, setVisible, setWidth, setWordWrap, toString
 
Methods inherited from class com.stimulsoft.base.services.StiService
getProperties, getServiceEnabled, getServiceInfo, isPropertyPresent, MemberwiseClone, packService, properties, setProperties, setServiceEnabled
 
Methods inherited from class com.stimulsoft.base.serializing.StiSerializedObject
cleanReference, getReference, setReference
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.stimulsoft.report.chart.interfaces.seriesLabels.IStiSeriesLabels
clone, getAllowApplyStyle, getAngle, getAntialiasing, getBorderColor, getBrush, getChart, getCore, getDrawBorder, getFont, getFormat, getLabelColor, getLegendValueType, getMarkerAlignment, getMarkerSize, getMarkerVisible, getPreventIntersection, getShowNulls, getShowZeros, getStep, getTextAfter, getTextBefore, getUseSeriesColor, getValueType, getValueTypeSeparator, getVisible, getWidth, setAllowApplyStyle, setAngle, setAntialiasing, setBorderColor, setBrush, setChart, setCore, setDrawBorder, setFont, setFormat, setLabelColor, setLegendValueType, setMarkerAlignment, setMarkerSize, setMarkerVisible, setPreventIntersection, setShowNulls, setShowZeros, setStep, setTextAfter, setTextBefore, setUseSeriesColor, setValueType, setValueTypeSeparator, setVisible
 
Methods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
getReference, setReference
 

Constructor Detail

StiOutsideAxisLabels

public StiOutsideAxisLabels()
Method Detail

getLineLength

public final float getLineLength()
Gets or sets length of line between border of series labels and border of series element.

Specified by:
getLineLength in interface IStiOutsideAxisLabels

setLineLength

public final void setLineLength(float value)
Specified by:
setLineLength in interface IStiOutsideAxisLabels

SaveToJsonObject

public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
                            throws JSONException
Specified by:
SaveToJsonObject in interface IStiJsonReportObject
Overrides:
SaveToJsonObject in class StiAxisSeriesLabels
Throws:
JSONException

LoadFromJsonObject

public void LoadFromJsonObject(JSONObject jObject)
                        throws JSONException
Specified by:
LoadFromJsonObject in interface IStiJsonReportObject
Overrides:
LoadFromJsonObject in class StiAxisSeriesLabels
Throws:
JSONException