Interface IStiSeriesLabels

All Superinterfaces:
Cloneable, IStiJsonReportObject, IStiSerializable, IStiSerializableRef
All Known Subinterfaces:
IStiAxisSeriesLabels, IStiCenterAxisLabels, IStiCenterFunnelLabels, IStiCenterPieLabels, IStiFunnelSeriesLabels, IStiInsideBaseAxisLabels, IStiInsideEndAxisLabels, IStiInsideEndPieLabels, IStiLeftAxisLabels, IStiNoneLabels, IStiOutsideAxisLabels, IStiOutsideBaseAxisLabels, IStiOutsideEndAxisLabels, IStiOutsideLeftFunnelLabels, IStiOutsidePieLabels, IStiOutsideRightFunnelLabels, IStiPieSeriesLabels, IStiRadarSeriesLabels, IStiRightAxisLabels, IStiTangentRadarLabels, IStiTwoColumnsPieLabels, IStiValueAxisLabels
All Known Implementing Classes:
StiAxisSeriesLabels, StiCenterAxisLabels, StiCenterFunnelLabels, StiCenterPie3dLabels, StiCenterPieLabels, StiFunnelSeriesLabels, StiInsideBaseAxisLabels, StiInsideEndAxisLabels, StiInsideEndPieLabels, StiLeftAxisLabels, StiNoneLabels, StiOutsideAxisLabels, StiOutsideBaseAxisLabels, StiOutsideEndAxisLabels, StiOutsideLeftFunnelLabels, StiOutsidePieLabels, StiOutsideRightFunnelLabels, StiPieSeriesLabels, StiRightAxisLabels, StiSeriesLabels, StiTwoColumnsPieLabels, StiValueAxisLabels

public interface IStiSeriesLabels extends IStiSerializableRef, Cloneable, IStiJsonReportObject
  • Method Details

    • getAllowApplyStyle

      boolean getAllowApplyStyle()
    • setAllowApplyStyle

      void setAllowApplyStyle(boolean value)
    • getShowZeros

      boolean getShowZeros()
    • setShowZeros

      void setShowZeros(boolean value)
    • getShowNulls

      boolean getShowNulls()
    • setShowNulls

      void setShowNulls(boolean value)
    • getMarkerVisible

      boolean getMarkerVisible()
    • setMarkerVisible

      void setMarkerVisible(boolean value)
    • getStep

      int getStep()
    • setStep

      void setStep(int value)
    • getValueTypeSeparator

      String getValueTypeSeparator()
    • setValueTypeSeparator

      void setValueTypeSeparator(String value)
    • getTextBefore

      String getTextBefore()
    • setTextBefore

      void setTextBefore(String value)
    • getTextAfter

      String getTextAfter()
    • setTextAfter

      void setTextAfter(String value)
    • getAngle

      float getAngle()
    • setAngle

      void setAngle(float value)
    • getFormat

      String getFormat()
    • setFormat

      void setFormat(String value)
    • getAntialiasing

      boolean getAntialiasing()
    • setAntialiasing

      void setAntialiasing(boolean value)
    • getVisible

      boolean getVisible()
    • setVisible

      void setVisible(boolean value)
    • getDrawBorder

      boolean getDrawBorder()
    • setDrawBorder

      void setDrawBorder(boolean value)
    • getUseSeriesColor

      boolean getUseSeriesColor()
    • setUseSeriesColor

      void setUseSeriesColor(boolean value)
    • getMarkerAlignment

      StiMarkerAlignment getMarkerAlignment()
    • setMarkerAlignment

      void setMarkerAlignment(StiMarkerAlignment value)
    • getValueType

      StiSeriesLabelsValueType getValueType()
    • setValueType

      void setValueType(StiSeriesLabelsValueType value)
    • getLegendValueType

      StiSeriesLabelsValueType getLegendValueType()
    • setLegendValueType

      void setLegendValueType(StiSeriesLabelsValueType value)
    • getMarkerSize

      StiSize getMarkerSize()
    • setMarkerSize

      void setMarkerSize(StiSize value)
    • getLabelColor

      StiColor getLabelColor()
    • setLabelColor

      void setLabelColor(StiColor value)
    • getBorderColor

      StiColor getBorderColor()
    • setBorderColor

      void setBorderColor(StiColor value)
    • getBrush

      StiBrush getBrush()
    • setBrush

      void setBrush(StiBrush value)
    • getFont

      StiFont getFont()
    • setFont

      void setFont(StiFont value)
    • getChart

      IStiChart getChart()
    • setChart

      void setChart(IStiChart value)
    • getCore

    • setCore

      void setCore(StiSeriesLabelsCoreXF value)
    • getPreventIntersection

      boolean getPreventIntersection()
    • setPreventIntersection

      void setPreventIntersection(boolean value)
    • getWidth

      int getWidth()
    • clone

      Object clone()
    • isWordWrap

      boolean isWordWrap()
    • setWordWrap

      void setWordWrap(boolean value)
    • getFormatService

      StiFormatService getFormatService()
    • setFormatService

      void setFormatService(StiFormatService value)