Packagestimulsoft.report.chart.view.table
Classpublic class StiChartTable
InheritanceStiChartTable Inheritance Object
Implements IStiChartTable, IStiRef, IStiSerializable



Public Properties
 PropertyDefined By
  allowApplyStyle : Boolean
Gets or sets value which indicates that chart style will be used.
StiChartTable
  chart : IStiChart
StiChartTable
  core : StiChartTableCore
StiChartTable
  font : StiFont
Gets or sets font of the chart table.
StiChartTable
  format : String
Gets or sets format string which used for formating of the chart table.
StiChartTable
  gridLineColor : StiColor
Gets or sets grid lines color.
StiChartTable
  gridLinesHor : Boolean
Gets or sets visibility of grid lines horizontal.
StiChartTable
  gridLinesVert : Boolean
Gets or sets visibility of grid lines vertical.
StiChartTable
  gridOutline : Boolean
Gets or sets visibility of grid outline.
StiChartTable
  header : IStiChartTableHeader
Gets or sets header settings.
StiChartTable
  markerVisible : Boolean
Gets or sets visibility of markers.
StiChartTable
  ref : int
StiChartTable
  textColor : StiColor
Gets or sets text color.
StiChartTable
  visible : Boolean
Gets or sets visibility of table.
StiChartTable
Public Methods
 MethodDefined By
  
StiChartTable
  
clone(... args):Object
Creates a new object that is a copy of the current instance.
StiChartTable
  
StiChartTable
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
chartproperty 
chart:IStiChart


Implementation
    public function get chart():IStiChart
    public function set chart(value:IStiChart):void
coreproperty 
core:StiChartTableCore


Implementation
    public function get core():StiChartTableCore
    public function set core(value:StiChartTableCore):void
fontproperty 
font:StiFont

Gets or sets font of the chart table.


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 of the chart table.


Implementation
    public function get format():String
    public function set format(value:String):void
gridLineColorproperty 
gridLineColor:StiColor

Gets or sets grid lines color.


Implementation
    public function get gridLineColor():StiColor
    public function set gridLineColor(value:StiColor):void
gridLinesHorproperty 
gridLinesHor:Boolean

Gets or sets visibility of grid lines horizontal.


Implementation
    public function get gridLinesHor():Boolean
    public function set gridLinesHor(value:Boolean):void
gridLinesVertproperty 
gridLinesVert:Boolean

Gets or sets visibility of grid lines vertical.


Implementation
    public function get gridLinesVert():Boolean
    public function set gridLinesVert(value:Boolean):void
gridOutlineproperty 
gridOutline:Boolean

Gets or sets visibility of grid outline.


Implementation
    public function get gridOutline():Boolean
    public function set gridOutline(value:Boolean):void
headerproperty 
header:IStiChartTableHeader

Gets or sets header settings.


Implementation
    public function get header():IStiChartTableHeader
    public function set header(value:IStiChartTableHeader):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
textColorproperty 
textColor:StiColor

Gets or sets text color.


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

Gets or sets visibility of table.


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



Method Detail
clone()method
public function clone(... args):Object

Creates a new object that is a copy of the current instance.

Parameters

... args

Returns
Object
memberwiseClone()method 
public function memberwiseClone():Object

Returns
Object