Packagestimulsoft.report.styles
Classpublic class StiChartStyle
InheritanceStiChartStyle Inheritance StiBaseStyle Inheritance StiObject Inheritance Object



Public Properties
 PropertyDefined By
  basicStyleColor : StiColor
Gets or sets a base color for drawing this style.
StiChartStyle
  brushType : int
Gets or sets a value which indicates which type of brush report engine will be used to draw this style.
StiChartStyle
 InheritedcollectionName : String
Gets or sets a name of the styles collection.
StiBaseStyle
 Inheritedconditions : StiStyleConditionsCollection
Gets or sets a collection of the style conditions.
StiBaseStyle
 Inheriteddescription : String
Gets or sets the style description.
StiBaseStyle
 Inheritedname : String
Gets or sets a style name.
StiBaseStyle
 Inheritedref : int
StiBaseStyle
 Inheritedreport : StiReport
StiBaseStyle
  styleColors : Vector.<StiColor>
Gets or sets list of colors which will be used for drawing chart series.
StiChartStyle
  styleColorsString : String
Используется для сериализации/десереализации массива цветов
StiChartStyle
Public Methods
 MethodDefined By
  
StiChartStyle(name:String, description:String, report:StiReport = null)
StiChartStyle
 Inherited
clone(... args):Object
[override]
StiBaseStyle
  
drawBox(g:StiGraphics, rect:StiRectangle, paintValue:Boolean, paintImage:Boolean):void
[override]
StiChartStyle
  
drawStyle(g:StiGraphics, rect:StiRectangle, paintValue:Boolean, paintImage:Boolean):void
[override]
StiChartStyle
 Inherited
StiBaseStyle
 Inherited
equals(object:Object):Boolean
[override]
StiBaseStyle
 Inherited
Get a short object type name (without library path).
StiObject
 Inherited
getStyle(component:StiComponent, styleElements:int):StiBaseStyle
[static]
StiBaseStyle
  
getStyleFromComponent(component:StiComponent, styleElements:int):void
[override] Gets a style from the component.
StiChartStyle
 Inherited
getType():Class
StiObject
 Inherited
getTypeName():String
StiObject
 Inherited
isSimple(object:*):Boolean
[static]
StiObject
  
[override]
StiChartStyle
  
[override] Sets style to a component.
StiChartStyle
Property Detail
basicStyleColorproperty
basicStyleColor:StiColor

Gets or sets a base color for drawing this style.


Implementation
    public function get basicStyleColor():StiColor
    public function set basicStyleColor(value:StiColor):void
brushTypeproperty 
brushType:int

Gets or sets a value which indicates which type of brush report engine will be used to draw this style.


Implementation
    public function get brushType():int
    public function set brushType(value:int):void
styleColorsproperty 
styleColors:Vector.<StiColor>

Gets or sets list of colors which will be used for drawing chart series.


Implementation
    public function get styleColors():Vector.<StiColor>
    public function set styleColors(value:Vector.<StiColor>):void
styleColorsStringproperty 
styleColorsString:String

Используется для сериализации/десереализации массива цветов


Implementation
    public function get styleColorsString():String
    public function set styleColorsString(value:String):void
Constructor Detail
StiChartStyle()Constructor
public function StiChartStyle(name:String, description:String, report:StiReport = null)



Parameters
name:String
 
description:String
 
report:StiReport (default = null)
Method Detail
drawBox()method
override public function drawBox(g:StiGraphics, rect:StiRectangle, paintValue:Boolean, paintImage:Boolean):void

Parameters

g:StiGraphics
 
rect:StiRectangle
 
paintValue:Boolean
 
paintImage:Boolean

drawStyle()method 
override public function drawStyle(g:StiGraphics, rect:StiRectangle, paintValue:Boolean, paintImage:Boolean):void

Parameters

g:StiGraphics
 
rect:StiRectangle
 
paintValue:Boolean
 
paintImage:Boolean

getStyleFromComponent()method 
override public function getStyleFromComponent(component:StiComponent, styleElements:int):void

Gets a style from the component.

Parameters

component:StiComponent
 
styleElements:int (default = NaN)

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

Returns
Object
setStyleToComponent()method 
override public function setStyleToComponent(component:StiComponent):void

Sets style to a component.

Parameters

component:StiComponent