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

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

public interface IStiOutsidePieLabels
extends IStiCenterPieLabels


Field Summary
 
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT
 
Method Summary
 StiColor getLineColor()
           
 float getLineLength()
           
 boolean getShowValue()
           
 void setLineColor(StiColor value)
           
 void setLineLength(float value)
           
 void setShowValue(boolean value)
           
 
Methods inherited from interface com.stimulsoft.report.chart.interfaces.seriesLabels.pie.IStiCenterPieLabels
getAutoRotate, setAutoRotate
 
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

getShowValue

boolean getShowValue()

setShowValue

void setShowValue(boolean value)

getLineLength

float getLineLength()

setLineLength

void setLineLength(float value)

getLineColor

StiColor getLineColor()

setLineColor

void setLineColor(StiColor value)