Class StiOutsideAxisLabels
java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.base.services.StiService
com.stimulsoft.report.chart.view.seriesLabels.StiSeriesLabels
com.stimulsoft.report.chart.view.seriesLabels.axis.StiAxisSeriesLabels
com.stimulsoft.report.chart.view.seriesLabels.axis.StiOutsideAxisLabels
- All Implemented Interfaces:
IStiJsonReportObject,IStiSerializable,IStiSerializableRef,IStiSerializeToCodeAsClass,IStiAxisSeriesLabels,IStiOutsideAxisLabels,IStiSeriesLabels,IStiTextFormat,Cloneable
-
Field Summary
Fields inherited from class com.stimulsoft.base.services.StiService
propertiesFields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal floatGets or sets length of line between border of series labels and border of series element.voidLoadFromJsonObject(JSONObject jObject) voidsetLineColor(StiColor lineColor) final voidsetLineLength(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, getFormatService, getLabelColor, getLegendValueType, getMarkerAlignment, getMarkerSize, getMarkerVisible, getPieCore, getPreventIntersection, getServiceCategory, getServiceName, getServiceType, getShowNulls, getShowOnZeroValues, getShowZeros, getStep, getTextAfter, getTextBefore, getTextFormat, getUseSeriesColor, getValueType, getValueTypeSeparator, getVisible, getWidth, isWordWrap, LoadFromJsonObjectInternal, setAllowApplyStyle, setAngle, setAntialiasing, setBorderColor, setBrush, setChart, setConditions, setCore, setDrawBorder, setFont, setFormat, setFormatService, setLabelColor, setLegendValueType, setMarkerAlignment, setMarkerSize, setMarkerVisible, setPreventIntersection, setShowNulls, setShowOnZeroValues, setShowZeros, setStep, setTextAfter, setTextBefore, setTextFormat, setUseSeriesColor, setValueType, setValueTypeSeparator, setVisible, setWidth, setWordWrap, toStringMethods inherited from class com.stimulsoft.base.services.StiService
getProperties, getServiceEnabled, getServiceInfo, isPropertyPresent, MemberwiseClone, packService, properties, setProperties, setServiceEnabledMethods inherited from class com.stimulsoft.base.serializing.StiSerializedObject
cleanReference, getReference, setReferenceMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
getReference, setReferenceMethods inherited from interface com.stimulsoft.report.chart.interfaces.seriesLabels.IStiSeriesLabels
clone, getAllowApplyStyle, getAngle, getAntialiasing, getBorderColor, getBrush, getChart, getCore, getDrawBorder, getFont, getFormat, getFormatService, getLabelColor, getLegendValueType, getMarkerAlignment, getMarkerSize, getMarkerVisible, getPreventIntersection, getShowNulls, getShowZeros, getStep, getTextAfter, getTextBefore, getUseSeriesColor, getValueType, getValueTypeSeparator, getVisible, getWidth, isWordWrap, setAllowApplyStyle, setAngle, setAntialiasing, setBorderColor, setBrush, setChart, setCore, setDrawBorder, setFont, setFormat, setFormatService, setLabelColor, setLegendValueType, setMarkerAlignment, setMarkerSize, setMarkerVisible, setPreventIntersection, setShowNulls, setShowZeros, setStep, setTextAfter, setTextBefore, setUseSeriesColor, setValueType, setValueTypeSeparator, setVisible, setWordWrap
-
Constructor Details
-
StiOutsideAxisLabels
public StiOutsideAxisLabels()
-
-
Method Details
-
getLineColor
- Specified by:
getLineColorin interfaceIStiOutsideAxisLabels
-
setLineColor
- Specified by:
setLineColorin interfaceIStiOutsideAxisLabels
-
getLineLength
public final float getLineLength()Gets or sets length of line between border of series labels and border of series element.- Specified by:
getLineLengthin interfaceIStiOutsideAxisLabels
-
setLineLength
public final void setLineLength(float value) - Specified by:
setLineLengthin interfaceIStiOutsideAxisLabels
-
SaveToJsonObject
- Specified by:
SaveToJsonObjectin interfaceIStiJsonReportObject- Overrides:
SaveToJsonObjectin classStiAxisSeriesLabels- Throws:
JSONException
-
LoadFromJsonObject
- Specified by:
LoadFromJsonObjectin interfaceIStiJsonReportObject- Overrides:
LoadFromJsonObjectin classStiAxisSeriesLabels- Throws:
JSONException
-