Packagestimulsoft.report.chart.view.interlacing
Classpublic class StiInterlacing
InheritanceStiInterlacing Inheritance StiObject Inheritance Object
Implements IStiInterlacing, IStiSerializable, IStiRef
Subclasses StiInterlacingHor, StiInterlacingVert



Public Properties
 PropertyDefined By
  allowApplyStyle : Boolean
Gets or sets value which indicates that chart style will be used.
StiInterlacing
  area : IStiArea
StiInterlacing
  core : StiInterlacingCoreXF
StiInterlacing
  interlacedBrush : StiBrush
Gets or sets brush which used for drawing interlaced bars.
StiInterlacing
  ref : int
StiInterlacing
  visible : Boolean
Gets or sets visibility of interlaced bars.
StiInterlacing
Public Methods
 MethodDefined By
  
StiInterlacing(interlacedBrush:StiBrush = null, visible:Boolean = true, allowApplyStyle:Boolean = true)
StiInterlacing
  
clone(... parameters):Object
[override]
StiInterlacing
  
equals(object:Object):Boolean
[override]
StiInterlacing
 Inherited
Get a short object type name (without library path).
StiObject
 Inherited
getType():Class
StiObject
 Inherited
getTypeName():String
StiObject
 Inherited
isSimple(object:*):Boolean
[static]
StiObject
  
[override]
StiInterlacing
Property Detail
allowApplyStyleproperty
allowApplyStyle:Boolean

Gets or sets value which indicates that chart style will be used.


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

Gets or sets brush which used for drawing interlaced bars.


Implementation
    public function get interlacedBrush():StiBrush
    public function set interlacedBrush(value:StiBrush):void
refproperty 
ref:int


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

Gets or sets visibility of interlaced bars.


Implementation
    public function get visible():Boolean
    public function set visible(value:Boolean):void
Constructor Detail
StiInterlacing()Constructor
public function StiInterlacing(interlacedBrush:StiBrush = null, visible:Boolean = true, allowApplyStyle:Boolean = true)



Parameters
interlacedBrush:StiBrush (default = null)
 
visible:Boolean (default = true)
 
allowApplyStyle:Boolean (default = true)
Method Detail
clone()method
override public function clone(... parameters):Object

Parameters

... parameters

Returns
Object
equals()method 
override public function equals(object:Object):Boolean

Parameters

object:Object

Returns
Boolean
memberwiseClone()method 
override public function memberwiseClone():Object

Returns
Object