Package | stimulsoft.report.chart.interfaces.trendLines |
Interface | public interface IStiTrendLine extends IStiClonable, IStiMemberwiseCloneable |
Implementors | StiTrendLine |
Property | Defined By | ||
---|---|---|---|
core : StiTrendLineCoreXF | IStiTrendLine | ||
lineColor : StiColor | IStiTrendLine | ||
lineStyle : int | IStiTrendLine | ||
lineWidth : Number | IStiTrendLine | ||
showShadow : Boolean | IStiTrendLine |
core | property |
core:StiTrendLineCoreXF
public function get core():StiTrendLineCoreXF
public function set core(value:StiTrendLineCoreXF):void
lineColor | property |
lineColor:StiColor
public function get lineColor():StiColor
public function set lineColor(value:StiColor):void
lineStyle | property |
lineStyle:int
public function get lineStyle():int
public function set lineStyle(value:int):void
lineWidth | property |
lineWidth:Number
public function get lineWidth():Number
public function set lineWidth(value:Number):void
showShadow | property |
showShadow:Boolean
public function get showShadow():Boolean
public function set showShadow(value:Boolean):void