Packagestimulsoft.report.chart.interfaces.interlacing
Interfacepublic interface IStiInterlacing extends IStiClonable, IStiMemberwiseCloneable
Implementors StiInterlacing



Public Properties
 PropertyDefined By
  allowApplyStyle : Boolean
IStiInterlacing
  area : IStiArea
IStiInterlacing
  core : StiInterlacingCoreXF
IStiInterlacing
  interlacedBrush : StiBrush
IStiInterlacing
  visible : Boolean
IStiInterlacing
Public Methods
 MethodDefined By
 Inherited
clone(... args):Object
IStiClonable
 Inherited
IStiMemberwiseCloneable
Property Detail
allowApplyStyleproperty
allowApplyStyle:Boolean


Implementation
    public function get allowApplyStyle():Boolean
    public function set allowApplyStyle(value:Boolean):void
areaproperty 
area:IStiArea


Implementation
    public function get area():IStiArea
    public function set area(value:IStiArea):void
coreproperty 
core:StiInterlacingCoreXF


Implementation
    public function get core():StiInterlacingCoreXF
    public function set core(value:StiInterlacingCoreXF):void
interlacedBrushproperty 
interlacedBrush:StiBrush


Implementation
    public function get interlacedBrush():StiBrush
    public function set interlacedBrush(value:StiBrush):void
visibleproperty 
visible:Boolean


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