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

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

public interface IStiPieSeriesLabels
extends IStiSeriesLabels


Field Summary
 
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT
 
Method Summary
 boolean getShowInPercent()
           
 void setShowInPercent(boolean value)
           
 
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

getShowInPercent

boolean getShowInPercent()

setShowInPercent

void setShowInPercent(boolean value)