Packagestimulsoft.report.chart.view.table
Classpublic class StiChartTableHeader
InheritanceStiChartTableHeader Inheritance Object
Implements IStiChartTableHeader, IStiSerializable, IStiRef



Public Properties
 PropertyDefined By
  brush : StiBrush
Gets or sets brush which will be used to fill chart table header.
StiChartTableHeader
  font : StiFont
Gets or sets font which will be used to draw chart table header.
StiChartTableHeader
  ref : int
StiChartTableHeader
  textColor : StiColor
Gets or sets text color.
StiChartTableHeader
  wordWrap : Boolean
Gets or sets word wrap.
StiChartTableHeader
Public Methods
 MethodDefined By
  
StiChartTableHeader(brush:StiBrush = null, font:StiFont = null, textColor:StiColor = null, wordWrap:Boolean = false)
StiChartTableHeader
  
clone(... args):Object
Creates a new object that is a copy of the current instance.
StiChartTableHeader
  
StiChartTableHeader
Property Detail
brushproperty
brush:StiBrush

Gets or sets brush which will be used to fill chart table header.


Implementation
    public function get brush():StiBrush
    public function set brush(value:StiBrush):void
fontproperty 
font:StiFont

Gets or sets font which will be used to draw chart table header.


Implementation
    public function get font():StiFont
    public function set font(value:StiFont):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
wordWrapproperty 
wordWrap:Boolean

Gets or sets word wrap.


Implementation
    public function get wordWrap():Boolean
    public function set wordWrap(value:Boolean):void
Constructor Detail
StiChartTableHeader()Constructor
public function StiChartTableHeader(brush:StiBrush = null, font:StiFont = null, textColor:StiColor = null, wordWrap:Boolean = false)



Parameters
brush:StiBrush (default = null)
 
font:StiFont (default = null)
 
textColor:StiColor (default = null)
 
wordWrap:Boolean (default = false)
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