Class StiChartTableCore
java.lang.Object
com.stimulsoft.report.chart.core.table.StiChartTableCore
- All Implemented Interfaces:
IStiApplyStyle,Cloneable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyStyle(IStiChartStyle style) Apply style to component which release this interface.final Objectclone()doubleGetHeightTable(StiContext context) doubleGetWidthCellLegend(StiContext context) Render(StiContext context, StiRectangle rect, String[][] table) voidsetChartTable(IStiChartTable chartTable) boolean
-
Constructor Details
-
StiChartTableCore
-
-
Method Details
-
applyStyle
Description copied from interface:IStiApplyStyleApply style to component which release this interface.- Specified by:
applyStylein interfaceIStiApplyStyle
-
clone
-
ShowTable
public boolean ShowTable() -
GetHeightTable
-
GetWidthCellLegend
-
Render
-
getChartTable
- Returns:
- the chartTable
-
setChartTable
- Parameters:
chartTable- the chartTable to set
-