Packagestimulsoft.report.chart.view.constantLines
Classpublic class StiConstantLines
InheritanceStiConstantLines Inheritance StiService Inheritance StiObject Inheritance Object
Implements IStiConstantLines, IStiSerializable, IStiRef



Public Properties
 PropertyDefined By
  allowApplyStyle : Boolean
Gets or sets value which indicates that chart style will be used.
StiConstantLines
  antialiasing : Boolean
Gets or sets value which control antialiasing drawing mode.
StiConstantLines
  axisValue : String
Gets or sets Y axis value through what the constant line is drawn.
StiConstantLines
  chart : IStiChart
StiConstantLines
  core : StiConstantLinesCoreXF
StiConstantLines
  font : StiFont
Gets or sets font which used for drawing constant line text.
StiConstantLines
  lineColor : StiColor
Gets or sets color which will be used for drawing constant line.
StiConstantLines
  lineStyle : int
Gets or sets constant line style.
StiConstantLines
  lineWidth : Number
Gets or sets constant line width.
StiConstantLines
  orientation : int
Gets or sets horizontal or vertical orientation of constant line.
StiConstantLines
  position : int
Gets or sets text position at contant line.
StiConstantLines
 Inheritedproperties : StiRepositoryItems
StiService
  ref : int
StiConstantLines
  serviceCategory : String
[override] [read-only] Gets a service category.
StiConstantLines
 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.
StiConstantLines
  showBehind : Boolean
Gets or sets value which indicates that constant lines will be shown behind chart series or in front of chart series.
StiConstantLines
  showInLegend : Boolean
Gets or sets constant lines in chart legend.
StiConstantLines
  text : String
Gets or sets constant line text.
StiConstantLines
  titleVisible : Boolean
Gets or sets visibility of constant lines title.
StiConstantLines
  visible : Boolean
Gets or sets visibility of constant line.
StiConstantLines
Public Methods
 MethodDefined By
  
StiConstantLines
  
clone(... parameters):Object
[override]
StiConstantLines
  
equals(object:Object):Boolean
[override]
StiConstantLines
 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]
StiConstantLines
 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
axisValueproperty 
axisValue:String

Gets or sets Y axis value through what the constant line is drawn.


Implementation
    public function get axisValue():String
    public function set axisValue(value:String):void
chartproperty 
chart:IStiChart


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


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

Gets or sets font which used for drawing constant line text.


Implementation
    public function get font():StiFont
    public function set font(value:StiFont):void
lineColorproperty 
lineColor:StiColor

Gets or sets color which will be used for drawing constant line.


Implementation
    public function get lineColor():StiColor
    public function set lineColor(value:StiColor):void
lineStyleproperty 
lineStyle:int

Gets or sets constant line style.


Implementation
    public function get lineStyle():int
    public function set lineStyle(value:int):void
lineWidthproperty 
lineWidth:Number

Gets or sets constant line width.


Implementation
    public function get lineWidth():Number
    public function set lineWidth(value:Number):void
orientationproperty 
orientation:int

Gets or sets horizontal or vertical orientation of constant line.


Implementation
    public function get orientation():int
    public function set orientation(value:int):void
positionproperty 
position:int

Gets or sets text position at contant line.


Implementation
    public function get position():int
    public function set position(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 constant lines 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 constant lines in chart legend.


Implementation
    public function get showInLegend():Boolean
    public function set showInLegend(value:Boolean):void
textproperty 
text:String

Gets or sets constant line text.


Implementation
    public function get text():String
    public function set text(value:String):void
titleVisibleproperty 
titleVisible:Boolean

Gets or sets visibility of constant lines title.


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

Gets or sets visibility of constant line.


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



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