Packagestimulsoft.report.chart.interfaces.legend
Interfacepublic interface IStiLegend extends IStiClonable, IStiMemberwiseCloneable
Implementors StiLegend



Public Properties
 PropertyDefined By
  allowApplyStyle : Boolean
IStiLegend
  borderColor : StiColor
IStiLegend
  brush : StiBrush
IStiLegend
  chart : IStiChart
IStiLegend
  columns : int
IStiLegend
  core : StiLegendCoreXF
IStiLegend
  direction : int
IStiLegend
  font : StiFont
IStiLegend
  hideSeriesWithEmptyTitle : Boolean
IStiLegend
  horAlignment : int
IStiLegend
  horSpacing : int
IStiLegend
  labelsColor : StiColor
IStiLegend
  markerAlignment : int
IStiLegend
  markerBorder : Boolean
IStiLegend
  markerSize : StiSize
IStiLegend
  markerVisible : Boolean
IStiLegend
  showShadow : Boolean
IStiLegend
  size : StiSize
IStiLegend
  title : String
IStiLegend
  titleColor : StiColor
IStiLegend
  titleFont : StiFont
IStiLegend
  vertAlignment : int
IStiLegend
  vertSpacing : int
IStiLegend
  visible : Boolean
IStiLegend
Public Methods
 MethodDefined By
 Inherited
clone(... args):Object
IStiClonable
 Inherited
IStiMemberwiseCloneable
Property Detail
allowApplyStyleproperty
allowApplyStyle:Boolean


Implementation
    public function get allowApplyStyle():Boolean
    public function set allowApplyStyle(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
columnsproperty 
columns:int


Implementation
    public function get columns():int
    public function set columns(value:int):void
coreproperty 
core:StiLegendCoreXF


Implementation
    public function get core():StiLegendCoreXF
    public function set core(value:StiLegendCoreXF):void
directionproperty 
direction:int


Implementation
    public function get direction():int
    public function set direction(value:int):void
fontproperty 
font:StiFont


Implementation
    public function get font():StiFont
    public function set font(value:StiFont):void
hideSeriesWithEmptyTitleproperty 
hideSeriesWithEmptyTitle:Boolean


Implementation
    public function get hideSeriesWithEmptyTitle():Boolean
    public function set hideSeriesWithEmptyTitle(value:Boolean):void
horAlignmentproperty 
horAlignment:int


Implementation
    public function get horAlignment():int
    public function set horAlignment(value:int):void
horSpacingproperty 
horSpacing:int


Implementation
    public function get horSpacing():int
    public function set horSpacing(value:int):void
labelsColorproperty 
labelsColor:StiColor


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


Implementation
    public function get markerAlignment():int
    public function set markerAlignment(value:int):void
markerBorderproperty 
markerBorder:Boolean


Implementation
    public function get markerBorder():Boolean
    public function set markerBorder(value:Boolean):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
showShadowproperty 
showShadow:Boolean


Implementation
    public function get showShadow():Boolean
    public function set showShadow(value:Boolean):void
sizeproperty 
size:StiSize


Implementation
    public function get size():StiSize
    public function set size(value:StiSize):void
titleproperty 
title:String


Implementation
    public function get title():String
    public function set title(value:String):void
titleColorproperty 
titleColor:StiColor


Implementation
    public function get titleColor():StiColor
    public function set titleColor(value:StiColor):void
titleFontproperty 
titleFont:StiFont


Implementation
    public function get titleFont():StiFont
    public function set titleFont(value:StiFont):void
vertAlignmentproperty 
vertAlignment:int


Implementation
    public function get vertAlignment():int
    public function set vertAlignment(value:int):void
vertSpacingproperty 
vertSpacing:int


Implementation
    public function get vertSpacing():int
    public function set vertSpacing(value:int):void
visibleproperty 
visible:Boolean


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