Class StiTwoColumnsPieLabels
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.pie.StiPieSeriesLabels
com.stimulsoft.report.chart.view.seriesLabels.pie.StiCenterPieLabels
com.stimulsoft.report.chart.view.seriesLabels.pie.StiOutsidePieLabels
com.stimulsoft.report.chart.view.seriesLabels.pie.StiTwoColumnsPieLabels
- All Implemented Interfaces:
IStiJsonReportObject,IStiSerializable,IStiSerializableRef,IStiSerializeToCodeAsClass,IStiSeriesLabels,IStiCenterPieLabels,IStiOutsidePieLabels,IStiPieSeriesLabels,IStiTwoColumnsPieLabels,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 TypeMethodDescriptionbooleanGets or sets value which enables or disables auto rotate mode drawing of series labels.voidsetAutoRotate(boolean value) Methods inherited from class com.stimulsoft.report.chart.view.seriesLabels.pie.StiOutsidePieLabels
getAngle, getLineColor, getLineLength, getShowValue, LoadFromJsonObject, setAngle, setLineColor, setLineLength, setShowValueMethods inherited from class com.stimulsoft.report.chart.view.seriesLabels.pie.StiPieSeriesLabels
getShowInPercent, setShowInPercentMethods inherited from class com.stimulsoft.report.chart.view.seriesLabels.StiSeriesLabels
clone, getAllowApplyStyle, 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, 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.IStiJsonReportObject
LoadFromJsonObjectMethods inherited from interface com.stimulsoft.report.chart.interfaces.seriesLabels.pie.IStiOutsidePieLabels
getLineColor, getLineLength, getShowValue, setLineColor, setLineLength, setShowValueMethods inherited from interface com.stimulsoft.report.chart.interfaces.seriesLabels.pie.IStiPieSeriesLabels
getCore, getShowInPercent, setShowInPercentMethods 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, 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
-
StiTwoColumnsPieLabels
public StiTwoColumnsPieLabels()
-
-
Method Details
-
getAutoRotate
public boolean getAutoRotate()Description copied from class:StiCenterPieLabelsGets or sets value which enables or disables auto rotate mode drawing of series labels.- Specified by:
getAutoRotatein interfaceIStiCenterPieLabels- Overrides:
getAutoRotatein classStiCenterPieLabels
-
setAutoRotate
public void setAutoRotate(boolean value) - Specified by:
setAutoRotatein interfaceIStiCenterPieLabels- Overrides:
setAutoRotatein classStiCenterPieLabels
-
SaveToJsonObject
- Specified by:
SaveToJsonObjectin interfaceIStiJsonReportObject- Overrides:
SaveToJsonObjectin classStiOutsidePieLabels- Throws:
JSONException
-