Interface IStiTrendLine

All Superinterfaces:
Cloneable, IStiJsonReportObject, IStiSerializable, IStiSerializableRef
All Known Subinterfaces:
IStiTrendLineExponential, IStiTrendLineLinear, IStiTrendLineLogarithmic, IStiTrendLineNone
All Known Implementing Classes:
StiTrendLine, StiTrendLineExponential, StiTrendLineLinear, StiTrendLineLogarithmic, StiTrendLineNone

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

    • getAllowApplyStyle

      boolean getAllowApplyStyle()
    • setAllowApplyStyle

      void setAllowApplyStyle(boolean value)
    • getCore

    • setCore

      void setCore(StiTrendLineCoreXF value)
    • getLineWidth

      float getLineWidth()
    • setLineWidth

      void setLineWidth(float value)
    • getLineStyle

      StiPenStyle getLineStyle()
    • setLineStyle

      void setLineStyle(StiPenStyle value)
    • getLineColor

      StiColor getLineColor()
    • setLineColor

      void setLineColor(StiColor value)
    • getShowShadow

      boolean getShowShadow()
    • setShowShadow

      void setShowShadow(boolean value)
    • getTitleVisible

      boolean getTitleVisible()
    • setTitleVisible

      void setTitleVisible(boolean value)
    • getFont

      StiFont getFont()
    • setFont

      void setFont(StiFont font)
    • getPosition

      StiTextPosition getPosition()
    • setPosition

      void setPosition(StiTextPosition value)
    • getText

      String getText()
    • setText

      void setText(String value)
    • clone

      Object clone()