Packagestimulsoft.report.chart.view.seriesLabels
Classpublic class StiSeriesLabels
InheritanceStiSeriesLabels Inheritance StiService Inheritance StiObject Inheritance Object
Implements IStiSeriesLabels, IStiSerializable, IStiRef
Subclasses StiAxisSeriesLabels, StiFunnelSeriesLabels, StiNoneLabels, StiPieSeriesLabels



Public Properties
 PropertyDefined By
  allowApplyStyle : Boolean
Gets or sets value which indicates that chart style will be used.
StiSeriesLabels
  angle : Number
Gets or sets angle of text rotation.
StiSeriesLabels
  antialiasing : Boolean
Gets or sets value which control antialiasing drawing mode of series labels.
StiSeriesLabels
  axisCore : StiAxisSeriesLabelsCoreXF
[read-only]
StiSeriesLabels
  borderColor : StiColor
Gets or sets border color of series labels.
StiSeriesLabels
  brush : StiBrush
Gets or sets brush which will be used to fill area of series labels.
StiSeriesLabels
  chart : IStiChart
StiSeriesLabels
  conditions : StiChartConditionsCollection
Gets or sets collection of conditions which can be used to change behavior of series labels.
StiSeriesLabels
  core : StiSeriesLabelsCoreXF
StiSeriesLabels
  drawBorder : Boolean
Gets or sets value which incates that border will be drawn or not.
StiSeriesLabels
  font : StiFont
Gets or sets font which will be used to draw series labels.
StiSeriesLabels
  format : String
Gets or sets format string which used for formating series values (if applicable).
StiSeriesLabels
  labelColor : StiColor
Gets or sets foreground color of series labels.
StiSeriesLabels
  legendValueType : int
Gets or sets which type of information will be shown in legend.
StiSeriesLabels
  markerAlignment : int
Gets or sets marker alignment related to label text.
StiSeriesLabels
  markerSize : StiSize
Gets or sets marker size.
StiSeriesLabels
  markerVisible : Boolean
Gets or sets vibility of marker.
StiSeriesLabels
  pieCore : StiPieSeriesLabelsCoreXF
[read-only]
StiSeriesLabels
  preventIntersection : Boolean
StiSeriesLabels
 Inheritedproperties : StiRepositoryItems
StiService
  ref : int
StiSeriesLabels
  serviceCategory : String
[override] [read-only] Gets a service category.
StiSeriesLabels
 InheritedserviceInfo : String
[read-only] Gets a service description.
StiService
  serviceName : String
[override] [read-only] Gets a service name.
StiSeriesLabels
  serviceType : Class
[override] [read-only] Gets a service type.
StiSeriesLabels
  showNulls : Boolean
Gets or sets value which indicates that series labels will be shown or not if value equal to null.
StiSeriesLabels
  showOnZeroValues : Boolean
StiSeriesLabels
  showZeros : Boolean
Gets or sets value which indicates that series labels will be shown or not if value equal to zero.
StiSeriesLabels
  step : int
Gets or sets value which indicates with what steps do labels be shown.
StiSeriesLabels
  textAfter : String
Gets or sets text which will be shown after label text.
StiSeriesLabels
  textBefore : String
Gets or sets text which will be shown before label text.
StiSeriesLabels
  useSeriesColor : Boolean
Gets or sets value which indicates that series colors must be used.
StiSeriesLabels
  valueType : int
Gets or sets which type of information will be shown in series labels.
StiSeriesLabels
  valueTypeSeparator : String
Gets or sets string which contain separator for value information (if applicated).
StiSeriesLabels
  visible : Boolean
Gets or sets visiblity of series labels.
StiSeriesLabels
  width : int
Gets or sets fixed width of series labels.
StiSeriesLabels
  wordWrap : Boolean
Gets or sets word wrap.
StiSeriesLabels
Public Methods
 MethodDefined By
  
StiSeriesLabels
  
clone(... parameters):Object
[override]
StiSeriesLabels
  
equals(object:Object):Boolean
[override]
StiSeriesLabels
 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]
StiSeriesLabels
 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
angleproperty 
angle:Number

Gets or sets angle of text rotation.


Implementation
    public function get angle():Number
    public function set angle(value:Number):void
antialiasingproperty 
antialiasing:Boolean

Gets or sets value which control antialiasing drawing mode of series labels.


Implementation
    public function get antialiasing():Boolean
    public function set antialiasing(value:Boolean):void
axisCoreproperty 
axisCore:StiAxisSeriesLabelsCoreXF  [read-only]


Implementation
    public function get axisCore():StiAxisSeriesLabelsCoreXF
borderColorproperty 
borderColor:StiColor

Gets or sets border color of series labels.


Implementation
    public function get borderColor():StiColor
    public function set borderColor(value:StiColor):void
brushproperty 
brush:StiBrush

Gets or sets brush which will be used to fill area of series labels.


Implementation
    public function get brush():StiBrush
    public function set brush(value:StiBrush):void
chartproperty 
chart:IStiChart


Implementation
    public function get chart():IStiChart
    public function set chart(value:IStiChart):void
conditionsproperty 
conditions:StiChartConditionsCollection

Gets or sets collection of conditions which can be used to change behavior of series labels.


Implementation
    public function get conditions():StiChartConditionsCollection
    public function set conditions(value:StiChartConditionsCollection):void
coreproperty 
core:StiSeriesLabelsCoreXF


Implementation
    public function get core():StiSeriesLabelsCoreXF
    public function set core(value:StiSeriesLabelsCoreXF):void
drawBorderproperty 
drawBorder:Boolean

Gets or sets value which incates that border will be drawn or not.


Implementation
    public function get drawBorder():Boolean
    public function set drawBorder(value:Boolean):void
fontproperty 
font:StiFont

Gets or sets font which will be used to draw series labels.


Implementation
    public function get font():StiFont
    public function set font(value:StiFont):void
formatproperty 
format:String

Gets or sets format string which used for formating series values (if applicable).


Implementation
    public function get format():String
    public function set format(value:String):void
labelColorproperty 
labelColor:StiColor

Gets or sets foreground color of series labels.


Implementation
    public function get labelColor():StiColor
    public function set labelColor(value:StiColor):void
legendValueTypeproperty 
legendValueType:int

Gets or sets which type of information will be shown in legend.


Implementation
    public function get legendValueType():int
    public function set legendValueType(value:int):void
markerAlignmentproperty 
markerAlignment:int

Gets or sets marker alignment related to label text.


Implementation
    public function get markerAlignment():int
    public function set markerAlignment(value:int):void
markerSizeproperty 
markerSize:StiSize

Gets or sets marker size.


Implementation
    public function get markerSize():StiSize
    public function set markerSize(value:StiSize):void
markerVisibleproperty 
markerVisible:Boolean

Gets or sets vibility of marker.


Implementation
    public function get markerVisible():Boolean
    public function set markerVisible(value:Boolean):void
pieCoreproperty 
pieCore:StiPieSeriesLabelsCoreXF  [read-only]


Implementation
    public function get pieCore():StiPieSeriesLabelsCoreXF
preventIntersectionproperty 
preventIntersection:Boolean


Implementation
    public function get preventIntersection():Boolean
    public function set preventIntersection(value:Boolean):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
serviceNameproperty 
serviceName:String  [read-only] [override]

Gets a service name.


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

Gets a service type.


Implementation
    public function get serviceType():Class
showNullsproperty 
showNulls:Boolean

Gets or sets value which indicates that series labels will be shown or not if value equal to null.


Implementation
    public function get showNulls():Boolean
    public function set showNulls(value:Boolean):void
showOnZeroValuesproperty 
showOnZeroValues:Boolean


Implementation
    public function get showOnZeroValues():Boolean
    public function set showOnZeroValues(value:Boolean):void
showZerosproperty 
showZeros:Boolean

Gets or sets value which indicates that series labels will be shown or not if value equal to zero.


Implementation
    public function get showZeros():Boolean
    public function set showZeros(value:Boolean):void
stepproperty 
step:int

Gets or sets value which indicates with what steps do labels be shown.


Implementation
    public function get step():int
    public function set step(value:int):void
textAfterproperty 
textAfter:String

Gets or sets text which will be shown after label text.


Implementation
    public function get textAfter():String
    public function set textAfter(value:String):void
textBeforeproperty 
textBefore:String

Gets or sets text which will be shown before label text.


Implementation
    public function get textBefore():String
    public function set textBefore(value:String):void
useSeriesColorproperty 
useSeriesColor:Boolean

Gets or sets value which indicates that series colors must be used.


Implementation
    public function get useSeriesColor():Boolean
    public function set useSeriesColor(value:Boolean):void
valueTypeproperty 
valueType:int

Gets or sets which type of information will be shown in series labels.


Implementation
    public function get valueType():int
    public function set valueType(value:int):void
valueTypeSeparatorproperty 
valueTypeSeparator:String

Gets or sets string which contain separator for value information (if applicated).


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

Gets or sets visiblity of series labels.


Implementation
    public function get visible():Boolean
    public function set visible(value:Boolean):void
widthproperty 
width:int

Gets or sets fixed width of series labels.


Implementation
    public function get width():int
    public function set width(value:int):void
wordWrapproperty 
wordWrap:Boolean

Gets or sets word wrap.


Implementation
    public function get wordWrap():Boolean
    public function set wordWrap(value:Boolean):void
Constructor Detail
StiSeriesLabels()Constructor
public function StiSeriesLabels()



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