com.stimulsoft.report.chart.view.seriesLabels.funnel
Class StiFunnelSeriesLabels

java.lang.Object
  extended by com.stimulsoft.base.serializing.StiSerializedObject
      extended by com.stimulsoft.base.services.StiService
          extended by com.stimulsoft.report.chart.view.seriesLabels.StiSeriesLabels
              extended by com.stimulsoft.report.chart.view.seriesLabels.funnel.StiFunnelSeriesLabels
All Implemented Interfaces:
IStiJsonReportObject, IStiSerializable, IStiSerializableRef, IStiSerializeToCodeAsClass, IStiFunnelSeriesLabels, IStiSeriesLabels, java.lang.Cloneable
Direct Known Subclasses:
StiCenterFunnelLabels, StiOutsideLeftFunnelLabels, StiOutsideRightFunnelLabels

public abstract class StiFunnelSeriesLabels
extends StiSeriesLabels
implements IStiFunnelSeriesLabels


Field Summary
 
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT
 
Constructor Summary
StiFunnelSeriesLabels()
           
 
Method Summary
 StiSeriesLabelsValueType getValueType()
          Gets or sets which type of information will be shown in series labels.
 void setValueType(StiSeriesLabelsValueType 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, getLabelColor, getLegendValueType, getMarkerAlignment, getMarkerSize, getMarkerVisible, getPieCore, getPreventIntersection, getServiceCategory, getServiceName, getServiceType, getShowNulls, getShowOnZeroValues, getShowZeros, getStep, getTextAfter, getTextBefore, getUseSeriesColor, getValueTypeSeparator, getVisible, getWidth, getWordWrap, LoadFromJsonObject, LoadFromJsonObjectInternal, SaveToJsonObject, setAllowApplyStyle, setAngle, setAntialiasing, setBorderColor, setBrush, setChart, setConditions, setCore, setDrawBorder, setFont, setFormat, setLabelColor, setLegendValueType, setMarkerAlignment, setMarkerSize, setMarkerVisible, setPreventIntersection, setShowNulls, setShowOnZeroValues, setShowZeros, setStep, setTextAfter, setTextBefore, setUseSeriesColor, setValueTypeSeparator, setVisible, setWidth, setWordWrap, toString
 
Methods inherited from class com.stimulsoft.base.services.StiService
getProperties, getServiceEnabled, getServiceInfo, isPropertyPresent, MemberwiseClone, packService, properties, setProperties, setServiceEnabled
 
Methods inherited from class com.stimulsoft.base.serializing.StiSerializedObject
cleanReference, getReference, setReference
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
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, 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, setValueTypeSeparator, setVisible
 
Methods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
getReference, setReference
 
Methods inherited from interface com.stimulsoft.base.IStiJsonReportObject
LoadFromJsonObject, SaveToJsonObject
 

Constructor Detail

StiFunnelSeriesLabels

public StiFunnelSeriesLabels()
Method Detail

getValueType

public StiSeriesLabelsValueType getValueType()
Gets or sets which type of information will be shown in series labels.

Specified by:
getValueType in interface IStiSeriesLabels
Overrides:
getValueType in class StiSeriesLabels

setValueType

public void setValueType(StiSeriesLabelsValueType value)
Specified by:
setValueType in interface IStiSeriesLabels
Overrides:
setValueType in class StiSeriesLabels