| Package | stimulsoft.report.chart.view.table |
| Class | public class StiChartTableHeader |
| Inheritance | StiChartTableHeader Object |
| Implements | IStiChartTableHeader, IStiSerializable, IStiRef |
| Property | Defined 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 | ||
| Method | Defined 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 | ||
memberwiseClone():Object | StiChartTableHeader | ||
| brush | property |
brush:StiBrushGets or sets brush which will be used to fill chart table header.
public function get brush():StiBrush public function set brush(value:StiBrush):void| font | property |
font:StiFontGets or sets font which will be used to draw chart table header.
public function get font():StiFont public function set font(value:StiFont):void| ref | property |
ref:int public function get ref():int public function set ref(value:int):void| textColor | property |
textColor:StiColorGets or sets text color.
public function get textColor():StiColor public function set textColor(value:StiColor):void| wordWrap | property |
wordWrap:BooleanGets or sets word wrap.
public function get wordWrap():Boolean public function set wordWrap(value:Boolean):void| StiChartTableHeader | () | Constructor |
public function StiChartTableHeader(brush:StiBrush = null, font:StiFont = null, textColor:StiColor = null, wordWrap:Boolean = false)brush:StiBrush (default = null) | |
font:StiFont (default = null) | |
textColor:StiColor (default = null) | |
wordWrap:Boolean (default = false) |
| clone | () | method |
public function clone(... args):ObjectCreates a new object that is a copy of the current instance.
Parameters
... args |
Object |
| memberwiseClone | () | method |
public function memberwiseClone():ObjectReturnsObject |