Package | stimulsoft.report.chart.view.strips |
Class | public class StiStrips |
Inheritance | StiStrips ![]() ![]() ![]() |
Implements | IStiStrips, IStiSerializable, IStiRef |
Property | Defined 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 | ||
![]() | properties : StiRepositoryItems | StiService | |
ref : int | StiStrips | ||
serviceCategory : String [override] [read-only] Gets a service category. | StiStrips | ||
![]() | serviceInfo : String [read-only] Gets a service description. | StiService | |
![]() | serviceName : 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 |
Method | Defined By | ||
---|---|---|---|
StiStrips | |||
clone(... parameters):Object [override] | StiStrips | ||
equals(object:Object):Boolean [override] | StiStrips | ||
![]() | 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] | StiStrips | ||
![]() | packService():void | StiService |
allowApplyStyle | property |
allowApplyStyle:Boolean
Gets or sets value which indicates that chart style will be used.
public function get allowApplyStyle():Boolean
public function set allowApplyStyle(value:Boolean):void
antialiasing | property |
antialiasing:Boolean
Gets or sets value which control antialiasing drawing mode.
public function get antialiasing():Boolean
public function set antialiasing(value:Boolean):void
chart | property |
chart:IStiChart
public function get chart():IStiChart
public function set chart(value:IStiChart):void
core | property |
core:StiStripsCoreXF
public function get core():StiStripsCoreXF
public function set core(value:StiStripsCoreXF):void
font | property |
font:StiFont
Gets or sets font of title text.
public function get font():StiFont
public function set font(value:StiFont):void
maxValue | property |
maxValue:String
Gets or sets maximal range of strips.
public function get maxValue():String
public function set maxValue(value:String):void
minValue | property |
minValue:String
Gets or sets minimal range of strips.
public function get minValue():String
public function set minValue(value:String):void
orientation | property |
orientation:int
Gets or sets horizontal or vertical orientation of strips.
public function get orientation():int
public function set orientation(value:int):void
ref | property |
ref:int
public function get ref():int
public function set ref(value:int):void
serviceCategory | property |
serviceCategory:String
[read-only] [override] Gets a service category.
public function get serviceCategory():String
serviceType | property |
serviceType:Class
[read-only] [override] Gets a service type.
public function get serviceType():Class
showBehind | property |
showBehind:Boolean
Gets or sets value which indicates that strips will be shown behind chart series or in front of chart series.
public function get showBehind():Boolean
public function set showBehind(value:Boolean):void
showInLegend | property |
showInLegend:Boolean
Gets or sets value which indicates that strips will be shown in legend of chart.
public function get showInLegend():Boolean
public function set showInLegend(value:Boolean):void
stripBrush | property |
stripBrush:StiBrush
Gets or sets brush which will be used for drawing strips.
public function get stripBrush():StiBrush
public function set stripBrush(value:StiBrush):void
text | property |
text:String
Gets or sets title text.
public function get text():String
public function set text(value:String):void
titleColor | property |
titleColor:StiColor
Gets or sets foreground color of title.
public function get titleColor():StiColor
public function set titleColor(value:StiColor):void
titleVisible | property |
titleVisible:Boolean
Gets or sets visibility of title.
public function get titleVisible():Boolean
public function set titleVisible(value:Boolean):void
visible | property |
visible:Boolean
Gets or sets visibility of strips.
public function get visible():Boolean
public function set visible(value:Boolean):void
StiStrips | () | Constructor |
public function StiStrips()
clone | () | method |
override public function clone(... parameters):Object
Parameters
... parameters |
Object |
equals | () | method |
override public function equals(object:Object):Boolean
Parameters
object:Object |
Boolean |
memberwiseClone | () | method |
override public function memberwiseClone():Object
ReturnsObject |