Packagestimulsoft.report.chart.interfaces.trendLines
Interfacepublic interface IStiTrendLine extends IStiClonable, IStiMemberwiseCloneable
Implementors StiTrendLine



Public Properties
 PropertyDefined By
  core : StiTrendLineCoreXF
IStiTrendLine
  lineColor : StiColor
IStiTrendLine
  lineStyle : int
IStiTrendLine
  lineWidth : Number
IStiTrendLine
  showShadow : Boolean
IStiTrendLine
Public Methods
 MethodDefined By
 Inherited
clone(... args):Object
IStiClonable
 Inherited
IStiMemberwiseCloneable
Property Detail
coreproperty
core:StiTrendLineCoreXF


Implementation
    public function get core():StiTrendLineCoreXF
    public function set core(value:StiTrendLineCoreXF):void
lineColorproperty 
lineColor:StiColor


Implementation
    public function get lineColor():StiColor
    public function set lineColor(value:StiColor):void
lineStyleproperty 
lineStyle:int


Implementation
    public function get lineStyle():int
    public function set lineStyle(value:int):void
lineWidthproperty 
lineWidth:Number


Implementation
    public function get lineWidth():Number
    public function set lineWidth(value:Number):void
showShadowproperty 
showShadow:Boolean


Implementation
    public function get showShadow():Boolean
    public function set showShadow(value:Boolean):void