| Package | stimulsoft.report.styles |
| Class | public class StiChartStyle |
| Inheritance | StiChartStyle StiBaseStyle StiObject Object |
| Property | Defined 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 | ||
![]() | collectionName : String Gets or sets a name of the styles collection. | StiBaseStyle | |
![]() | conditions : StiStyleConditionsCollection Gets or sets a collection of the style conditions. | StiBaseStyle | |
![]() | description : String Gets or sets the style description. | StiBaseStyle | |
![]() | name : String Gets or sets a style name. | StiBaseStyle | |
![]() | ref : int | StiBaseStyle | |
![]() | report : StiReport | StiBaseStyle | |
| styleColors : Vector.<StiColor> Gets or sets list of colors which will be used for drawing chart series. | StiChartStyle | ||
| styleColorsString : String Используется для сериализации/десереализации массива цветов | StiChartStyle | ||
| Method | Defined By | ||
|---|---|---|---|
StiChartStyle(name:String, description:String, report:StiReport = null) | StiChartStyle | ||
![]() | clone(... args):Object [override] | StiBaseStyle | |
[override] | StiChartStyle | ||
[override] | StiChartStyle | ||
![]() | StiBaseStyle | ||
![]() | equals(object:Object):Boolean [override] | StiBaseStyle | |
![]() | getShortTypeName():String Get a short object type name (without library path). | StiObject | |
![]() | [static] | StiBaseStyle | |
getStyleFromComponent(component:StiComponent, styleElements:int):void [override] Gets a style from the component. | StiChartStyle | ||
![]() | getType():Class | StiObject | |
![]() | getTypeName():String | StiObject | |
![]() | isSimple(object:*):Boolean [static] | StiObject | |
memberwiseClone():Object [override] | StiChartStyle | ||
setStyleToComponent(component:StiComponent):void [override] Sets style to a component. | StiChartStyle | ||
| basicStyleColor | property |
basicStyleColor:StiColorGets or sets a base color for drawing this style.
public function get basicStyleColor():StiColor public function set basicStyleColor(value:StiColor):void| brushType | property |
brushType:intGets or sets a value which indicates which type of brush report engine will be used to draw this style.
public function get brushType():int public function set brushType(value:int):void| styleColors | property |
styleColors:Vector.<StiColor>Gets or sets list of colors which will be used for drawing chart series.
public function get styleColors():Vector.<StiColor> public function set styleColors(value:Vector.<StiColor>):void| styleColorsString | property |
styleColorsString:StringИспользуется для сериализации/десереализации массива цветов
public function get styleColorsString():String public function set styleColorsString(value:String):void| StiChartStyle | () | Constructor |
public function StiChartStyle(name:String, description:String, report:StiReport = null)name:String | |
description:String | |
report:StiReport (default = null) |
| drawBox | () | method |
override public function drawBox(g:StiGraphics, rect:StiRectangle, paintValue:Boolean, paintImage:Boolean):voidParameters
g:StiGraphics | |
rect:StiRectangle | |
paintValue:Boolean | |
paintImage:Boolean |
| drawStyle | () | method |
override public function drawStyle(g:StiGraphics, rect:StiRectangle, paintValue:Boolean, paintImage:Boolean):voidParameters
g:StiGraphics | |
rect:StiRectangle | |
paintValue:Boolean | |
paintImage:Boolean |
| getStyleFromComponent | () | method |
override public function getStyleFromComponent(component:StiComponent, styleElements:int):voidGets a style from the component.
Parameters
component:StiComponent | |
styleElements:int (default = NaN) |
| memberwiseClone | () | method |
override public function memberwiseClone():ObjectReturnsObject |
| setStyleToComponent | () | method |
override public function setStyleToComponent(component:StiComponent):voidSets style to a component.
Parameters
component:StiComponent |