| Package | stimulsoft.report.chart.view.table |
| Class | public class StiChartTable |
| Inheritance | StiChartTable Object |
| Implements | IStiChartTable, IStiRef, IStiSerializable |
| Property | Defined 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 | ||
| Method | Defined By | ||
|---|---|---|---|
| StiChartTable | |||
clone(... args):Object Creates a new object that is a copy of the current instance. | StiChartTable | ||
memberwiseClone():Object | StiChartTable | ||
| allowApplyStyle | property |
allowApplyStyle:BooleanGets or sets value which indicates that chart style will be used.
public function get allowApplyStyle():Boolean public function set allowApplyStyle(value:Boolean):void| chart | property |
chart:IStiChart public function get chart():IStiChart public function set chart(value:IStiChart):void| core | property |
core:StiChartTableCore public function get core():StiChartTableCore public function set core(value:StiChartTableCore):void| font | property |
font:StiFontGets or sets font of the chart table.
public function get font():StiFont public function set font(value:StiFont):void| format | property |
format:StringGets or sets format string which used for formating of the chart table.
public function get format():String public function set format(value:String):void| gridLineColor | property |
gridLineColor:StiColorGets or sets grid lines color.
public function get gridLineColor():StiColor public function set gridLineColor(value:StiColor):void| gridLinesHor | property |
gridLinesHor:BooleanGets or sets visibility of grid lines horizontal.
public function get gridLinesHor():Boolean public function set gridLinesHor(value:Boolean):void| gridLinesVert | property |
gridLinesVert:BooleanGets or sets visibility of grid lines vertical.
public function get gridLinesVert():Boolean public function set gridLinesVert(value:Boolean):void| gridOutline | property |
gridOutline:BooleanGets or sets visibility of grid outline.
public function get gridOutline():Boolean public function set gridOutline(value:Boolean):void| header | property |
header:IStiChartTableHeaderGets or sets header settings.
public function get header():IStiChartTableHeader public function set header(value:IStiChartTableHeader):void| markerVisible | property |
markerVisible:BooleanGets 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| textColor | property |
textColor:StiColorGets or sets text color.
public function get textColor():StiColor public function set textColor(value:StiColor):void| visible | property |
visible:BooleanGets or sets visibility of table.
public function get visible():Boolean public function set visible(value:Boolean):void| StiChartTable | () | Constructor |
public function StiChartTable()| 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 |