| Package | stimulsoft.report.chart.view.interlacing |
| Class | public class StiInterlacing |
| Inheritance | StiInterlacing StiObject Object |
| Implements | IStiInterlacing, IStiSerializable, IStiRef |
| Subclasses | StiInterlacingHor, StiInterlacingVert |
| Property | Defined 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 | ||
| Method | Defined By | ||
|---|---|---|---|
StiInterlacing(interlacedBrush:StiBrush = null, visible:Boolean = true, allowApplyStyle:Boolean = true) | StiInterlacing | ||
clone(... parameters):Object [override] | StiInterlacing | ||
equals(object:Object):Boolean [override] | StiInterlacing | ||
![]() | getShortTypeName():String Get a short object type name (without library path). | StiObject | |
![]() | getType():Class | StiObject | |
![]() | getTypeName():String | StiObject | |
![]() | isSimple(object:*):Boolean [static] | StiObject | |
memberwiseClone():Object [override] | StiInterlacing | ||
| allowApplyStyle | property |
allowApplyStyle:BooleanGets or sets value which indicates that chart style will be used.
public function get allowApplyStyle():Boolean public function set allowApplyStyle(value:Boolean):void| area | property |
area:IStiArea public function get area():IStiArea public function set area(value:IStiArea):void| core | property |
core:StiInterlacingCoreXF public function get core():StiInterlacingCoreXF public function set core(value:StiInterlacingCoreXF):void| interlacedBrush | property |
interlacedBrush:StiBrushGets or sets brush which used for drawing interlaced bars.
public function get interlacedBrush():StiBrush public function set interlacedBrush(value:StiBrush):void| ref | property |
ref:int public function get ref():int public function set ref(value:int):void| visible | property |
visible:BooleanGets or sets visibility of interlaced bars.
public function get visible():Boolean public function set visible(value:Boolean):void| StiInterlacing | () | Constructor |
public function StiInterlacing(interlacedBrush:StiBrush = null, visible:Boolean = true, allowApplyStyle:Boolean = true)interlacedBrush:StiBrush (default = null) | |
visible:Boolean (default = true) | |
allowApplyStyle:Boolean (default = true) |
| clone | () | method |
override public function clone(... parameters):ObjectParameters
... parameters |
Object |
| equals | () | method |
override public function equals(object:Object):BooleanParameters
object:Object |
Boolean |
| memberwiseClone | () | method |
override public function memberwiseClone():ObjectReturnsObject |