Packagestimulsoft.report.chart.view.strips
Classpublic class StiStrips
InheritanceStiStrips Inheritance StiService Inheritance StiObject Inheritance Object
Implements IStiStrips, IStiSerializable, IStiRef



Public Properties
 PropertyDefined By
  allowApplyStyle : Boolean
Gets or sets value which indicates that chart style will be used.
StiStrips
  antialiasing : Boolean
Gets or sets value which control antialiasing drawing mode.
StiStrips
  chart : IStiChart
StiStrips
  core : StiStripsCoreXF
StiStrips
  font : StiFont
Gets or sets font of title text.
StiStrips
  maxValue : String
Gets or sets maximal range of strips.
StiStrips
  minValue : String
Gets or sets minimal range of strips.
StiStrips
  orientation : int
Gets or sets horizontal or vertical orientation of strips.
StiStrips
 Inheritedproperties : StiRepositoryItems
StiService
  ref : int
StiStrips
  serviceCategory : String
[override] [read-only] Gets a service category.
StiStrips
 InheritedserviceInfo : String
[read-only] Gets a service description.
StiService
 InheritedserviceName : String
[read-only] Gets a service name.
StiService
  serviceType : Class
[override] [read-only] Gets a service type.
StiStrips
  showBehind : Boolean
Gets or sets value which indicates that strips will be shown behind chart series or in front of chart series.
StiStrips
  showInLegend : Boolean
Gets or sets value which indicates that strips will be shown in legend of chart.
StiStrips
  stripBrush : StiBrush
Gets or sets brush which will be used for drawing strips.
StiStrips
  text : String
Gets or sets title text.
StiStrips
  titleColor : StiColor
Gets or sets foreground color of title.
StiStrips
  titleVisible : Boolean
Gets or sets visibility of title.
StiStrips
  visible : Boolean
Gets or sets visibility of strips.
StiStrips
Public Methods
 MethodDefined By
  
StiStrips
  
clone(... parameters):Object
[override]
StiStrips
  
equals(object:Object):Boolean
[override]
StiStrips
 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]
StiStrips
 Inherited
StiService
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
antialiasingproperty 
antialiasing:Boolean

Gets or sets value which control antialiasing drawing mode.


Implementation
    public function get antialiasing():Boolean
    public function set antialiasing(value:Boolean):void
chartproperty 
chart:IStiChart


Implementation
    public function get chart():IStiChart
    public function set chart(value:IStiChart):void
coreproperty 
core:StiStripsCoreXF


Implementation
    public function get core():StiStripsCoreXF
    public function set core(value:StiStripsCoreXF):void
fontproperty 
font:StiFont

Gets or sets font of title text.


Implementation
    public function get font():StiFont
    public function set font(value:StiFont):void
maxValueproperty 
maxValue:String

Gets or sets maximal range of strips.


Implementation
    public function get maxValue():String
    public function set maxValue(value:String):void
minValueproperty 
minValue:String

Gets or sets minimal range of strips.


Implementation
    public function get minValue():String
    public function set minValue(value:String):void
orientationproperty 
orientation:int

Gets or sets horizontal or vertical orientation of strips.


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


Implementation
    public function get ref():int
    public function set ref(value:int):void
serviceCategoryproperty 
serviceCategory:String  [read-only] [override]

Gets a service category.


Implementation
    public function get serviceCategory():String
serviceTypeproperty 
serviceType:Class  [read-only] [override]

Gets a service type.


Implementation
    public function get serviceType():Class
showBehindproperty 
showBehind:Boolean

Gets or sets value which indicates that strips will be shown behind chart series or in front of chart series.


Implementation
    public function get showBehind():Boolean
    public function set showBehind(value:Boolean):void
showInLegendproperty 
showInLegend:Boolean

Gets or sets value which indicates that strips will be shown in legend of chart.


Implementation
    public function get showInLegend():Boolean
    public function set showInLegend(value:Boolean):void
stripBrushproperty 
stripBrush:StiBrush

Gets or sets brush which will be used for drawing strips.


Implementation
    public function get stripBrush():StiBrush
    public function set stripBrush(value:StiBrush):void
textproperty 
text:String

Gets or sets title text.


Implementation
    public function get text():String
    public function set text(value:String):void
titleColorproperty 
titleColor:StiColor

Gets or sets foreground color of title.


Implementation
    public function get titleColor():StiColor
    public function set titleColor(value:StiColor):void
titleVisibleproperty 
titleVisible:Boolean

Gets or sets visibility of title.


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

Gets or sets visibility of strips.


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



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