Packagestimulsoft.report.chart.interfaces.seriesLabels
Interfacepublic interface IStiSeriesLabels extends IStiClonable, IStiMemberwiseCloneable
Implementors StiSeriesLabels



Public Properties
 PropertyDefined By
  allowApplyStyle : Boolean
IStiSeriesLabels
  angle : Number
IStiSeriesLabels
  antialiasing : Boolean
IStiSeriesLabels
  borderColor : StiColor
IStiSeriesLabels
  brush : StiBrush
IStiSeriesLabels
  chart : IStiChart
IStiSeriesLabels
  core : StiSeriesLabelsCoreXF
IStiSeriesLabels
  drawBorder : Boolean
IStiSeriesLabels
  font : StiFont
IStiSeriesLabels
  format : String
IStiSeriesLabels
  labelColor : StiColor
IStiSeriesLabels
  legendValueType : int
IStiSeriesLabels
  markerAlignment : int
IStiSeriesLabels
  markerSize : StiSize
IStiSeriesLabels
  markerVisible : Boolean
IStiSeriesLabels
  preventIntersection : Boolean
IStiSeriesLabels
  showOnZeroValues : Boolean
IStiSeriesLabels
  step : int
IStiSeriesLabels
  textAfter : String
IStiSeriesLabels
  textBefore : String
IStiSeriesLabels
  useSeriesColor : Boolean
IStiSeriesLabels
  valueType : int
IStiSeriesLabels
  valueTypeSeparator : String
IStiSeriesLabels
  visible : Boolean
IStiSeriesLabels
  width : int
IStiSeriesLabels
  wordWrap : Boolean
IStiSeriesLabels
Public Methods
 MethodDefined By
 Inherited
clone(... args):Object
IStiClonable
  
getType():Class
IStiSeriesLabels
 Inherited
IStiMemberwiseCloneable
Property Detail
allowApplyStyleproperty
allowApplyStyle:Boolean


Implementation
    public function get allowApplyStyle():Boolean
    public function set allowApplyStyle(value:Boolean):void
angleproperty 
angle:Number


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


Implementation
    public function get antialiasing():Boolean
    public function set antialiasing(value:Boolean):void
borderColorproperty 
borderColor:StiColor


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


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
coreproperty 
core:StiSeriesLabelsCoreXF


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


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


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


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


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


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


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


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


Implementation
    public function get markerVisible():Boolean
    public function set markerVisible(value:Boolean):void
preventIntersectionproperty 
preventIntersection:Boolean


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


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


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


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


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


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


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


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


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


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


Implementation
    public function get wordWrap():Boolean
    public function set wordWrap(value:Boolean):void
Method Detail
getType()method
public function getType():Class

Returns
Class