Package | stimulsoft.report.chart.view.legend |
Class | public class StiLegend |
Inheritance | StiLegend ![]() ![]() |
Implements | IStiLegend, IStiSerializable, IStiRef |
Property | Defined 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 |
Method | Defined By | ||
---|---|---|---|
StiLegend | |||
clone(... parameters):Object [override] | StiLegend | ||
equals(object:Object):Boolean [override] | StiLegend | ||
![]() | 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] | StiLegend |
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
borderColor | property |
borderColor:StiColor
Gets or sets border color.
public function get borderColor():StiColor
public function set borderColor(value:StiColor):void
brush | property |
brush:StiBrush
Gets or sets background brush of legend.
public function get brush():StiBrush
public function set brush(value:StiBrush):void
chart | property |
chart:IStiChart
public function get chart():IStiChart
public function set chart(value:IStiChart):void
columns | property |
columns:int
Gets or sets amount of columns.
public function get columns():int
public function set columns(value:int):void
core | property |
core:StiLegendCoreXF
public function get core():StiLegendCoreXF
public function set core(value:StiLegendCoreXF):void
direction | property |
direction:int
Gets or sets direction which used for series drawing in legend.
public function get direction():int
public function set direction(value:int):void
font | property |
font:StiFont
Gets or sets font which used for series title drawing in chart legend.
public function get font():StiFont
public function set font(value:StiFont):void
hideSeriesWithEmptyTitle | property |
hideSeriesWithEmptyTitle:Boolean
Gets or sets value which shows/hides series with empty title.
public function get hideSeriesWithEmptyTitle():Boolean
public function set hideSeriesWithEmptyTitle(value:Boolean):void
horAlignment | property |
horAlignment:int
Gets or sets horizontal alignment of legend placement.
public function get horAlignment():int
public function set horAlignment(value:int):void
horSpacing | property |
horSpacing:int
Gets or sets horizontal spacing between items in legend.
public function get horSpacing():int
public function set horSpacing(value:int):void
labelsColor | property |
labelsColor:StiColor
Gets or sets color of the labels.
public function get labelsColor():StiColor
public function set labelsColor(value:StiColor):void
markerAlignment | property |
markerAlignment:int
Gets or sets alignment of markers related to series title.
public function get markerAlignment():int
public function set markerAlignment(value:int):void
markerBorder | property |
markerBorder:Boolean
Gets or sets show a border marker.
public function get markerBorder():Boolean
public function set markerBorder(value:Boolean):void
markerSize | property |
markerSize:StiSize
Gets or sets marker size.
public function get markerSize():StiSize
public function set markerSize(value:StiSize):void
markerVisible | property |
markerVisible:Boolean
Gets or sets visibility of markers.
public function get markerVisible():Boolean
public function set markerVisible(value:Boolean):void
ref | property |
ref:int
public function get ref():int
public function set ref(value:int):void
showShadow | property |
showShadow:Boolean
Gets or sets value which indicates draw shadow or no.
public function get showShadow():Boolean
public function set showShadow(value:Boolean):void
size | property |
size:StiSize
Gets or sets size of legend.
public function get size():StiSize
public function set size(value:StiSize):void
title | property |
title:String
Gets or sets title of the legend.
public function get title():String
public function set title(value:String):void
titleColor | property |
titleColor:StiColor
Gets or sets title color of legend.
public function get titleColor():StiColor
public function set titleColor(value:StiColor):void
titleFont | property |
titleFont:StiFont
Gets or sets title font of the chart legend.
public function get titleFont():StiFont
public function set titleFont(value:StiFont):void
vertAlignment | property |
vertAlignment:int
Gets or sets vertical alignment of legend placement.
public function get vertAlignment():int
public function set vertAlignment(value:int):void
vertSpacing | property |
vertSpacing:int
Gets or sets vertical spacing between items in legend.
public function get vertSpacing():int
public function set vertSpacing(value:int):void
visible | property |
visible:Boolean
Gets or sets visibility of chart legend.
public function get visible():Boolean
public function set visible(value:Boolean):void
StiLegend | () | Constructor |
public function StiLegend()
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 |