Packagestimulsoft.report.chart.view.legend
Classpublic class StiLegend
InheritanceStiLegend Inheritance StiObject Inheritance Object
Implements IStiLegend, IStiSerializable, IStiRef



Public Properties
 PropertyDefined By
  allowApplyStyle : Boolean
Gets or sets value which indicates that chart style will be used.
StiLegend
  borderColor : StiColor
Gets or sets border color.
StiLegend
  brush : StiBrush
Gets or sets background brush of legend.
StiLegend
  chart : IStiChart
StiLegend
  columns : int
Gets or sets amount of columns.
StiLegend
  core : StiLegendCoreXF
StiLegend
  direction : int
Gets or sets direction which used for series drawing in legend.
StiLegend
  font : StiFont
Gets or sets font which used for series title drawing in chart legend.
StiLegend
  hideSeriesWithEmptyTitle : Boolean
Gets or sets value which shows/hides series with empty title.
StiLegend
  horAlignment : int
Gets or sets horizontal alignment of legend placement.
StiLegend
  horSpacing : int
Gets or sets horizontal spacing between items in legend.
StiLegend
  labelsColor : StiColor
Gets or sets color of the labels.
StiLegend
  markerAlignment : int
Gets or sets alignment of markers related to series title.
StiLegend
  markerBorder : Boolean
Gets or sets show a border marker.
StiLegend
  markerSize : StiSize
Gets or sets marker size.
StiLegend
  markerVisible : Boolean
Gets or sets visibility of markers.
StiLegend
  ref : int
StiLegend
  showShadow : Boolean
Gets or sets value which indicates draw shadow or no.
StiLegend
  size : StiSize
Gets or sets size of legend.
StiLegend
  title : String
Gets or sets title of the legend.
StiLegend
  titleColor : StiColor
Gets or sets title color of legend.
StiLegend
  titleFont : StiFont
Gets or sets title font of the chart legend.
StiLegend
  vertAlignment : int
Gets or sets vertical alignment of legend placement.
StiLegend
  vertSpacing : int
Gets or sets vertical spacing between items in legend.
StiLegend
  visible : Boolean
Gets or sets visibility of chart legend.
StiLegend
Public Methods
 MethodDefined By
  
StiLegend
  
clone(... parameters):Object
[override]
StiLegend
  
equals(object:Object):Boolean
[override]
StiLegend
 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]
StiLegend
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
borderColorproperty 
borderColor:StiColor

Gets or sets border color.


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

Gets or sets background brush of legend.


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

Gets or sets amount of columns.


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

Gets or sets direction which used for series drawing in legend.


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

Gets or sets font which used for series title drawing in chart legend.


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

Gets or sets value which shows/hides series with empty title.


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

Gets or sets horizontal alignment of legend placement.


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

Gets or sets horizontal spacing between items in legend.


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

Gets or sets color of the labels.


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

Gets or sets alignment of markers related to series title.


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

Gets or sets show a border marker.


Implementation
    public function get markerBorder():Boolean
    public function set markerBorder(value:Boolean):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 visibility of markers.


Implementation
    public function get markerVisible():Boolean
    public function set markerVisible(value:Boolean):void
refproperty 
ref:int


Implementation
    public function get ref():int
    public function set ref(value:int):void
showShadowproperty 
showShadow:Boolean

Gets or sets value which indicates draw shadow or no.


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

Gets or sets size of legend.


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

Gets or sets title of the legend.


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

Gets or sets title color of legend.


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

Gets or sets title font of the chart legend.


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

Gets or sets vertical alignment of legend placement.


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

Gets or sets vertical spacing between items in legend.


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

Gets or sets visibility of chart legend.


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



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