com.stimulsoft.report.chart.interfaces.seriesLabels.pie
Interface IStiCenterPieLabels

All Superinterfaces:
java.lang.Cloneable, IStiJsonReportObject, IStiPieSeriesLabels, IStiSerializable, IStiSerializableRef, IStiSeriesLabels
All Known Subinterfaces:
IStiInsideEndPieLabels, IStiOutsidePieLabels, IStiTwoColumnsPieLabels
All Known Implementing Classes:
StiCenterPieLabels, StiInsideEndPieLabels, StiOutsidePieLabels, StiTwoColumnsPieLabels

public interface IStiCenterPieLabels
extends IStiPieSeriesLabels


Field Summary
 
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT
 
Method Summary
 boolean getAutoRotate()
           
 void setAutoRotate(boolean value)
           
 
Methods inherited from interface com.stimulsoft.report.chart.interfaces.seriesLabels.pie.IStiPieSeriesLabels
getShowInPercent, setShowInPercent
 
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
 
Methods inherited from interface com.stimulsoft.base.IStiJsonReportObject
LoadFromJsonObject, SaveToJsonObject
 

Method Detail

getAutoRotate

boolean getAutoRotate()

setAutoRotate

void setAutoRotate(boolean value)