public interface IStiChartTable extends java.lang.Cloneable, IStiSerializableRef, IStiJsonReportObject
REFERENCE_EMPTY, REFERENCE_REPORT| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
IStiChart |
getChart() |
StiChartTableCore |
getCore() |
StiFont |
getFont() |
StiColor |
getGridLineColor() |
StiColor |
getTextColor() |
boolean |
isAllowApplyStyle() |
boolean |
isGridLinesHor() |
boolean |
isGridLinesVert() |
boolean |
isGridOutline() |
boolean |
isMarkerVisible() |
boolean |
isVisible() |
void |
setAllowApplyStyle(boolean allowApplyStyle) |
void |
setChart(IStiChart chart) |
void |
setCore(StiChartTableCore core) |
void |
setFont(StiFont font) |
void |
setGridLineColor(StiColor gridLineColor) |
void |
setGridLinesHor(boolean gridLinesHor) |
void |
setGridLinesVert(boolean gridLinesVert) |
void |
setGridOutline(boolean gridOutline) |
void |
setMarkerVisible(boolean markerVisible) |
void |
setTextColor(StiColor textColor) |
void |
setVisible(boolean visible) |
getReference, setReferenceLoadFromJsonObject, SaveToJsonObjectStiChartTableCore getCore()
void setCore(StiChartTableCore core)
core - the core to setIStiChart getChart()
void setChart(IStiChart chart)
chart - the chart to setboolean isAllowApplyStyle()
void setAllowApplyStyle(boolean allowApplyStyle)
allowApplyStyle - the allowApplyStyle to setStiFont getFont()
void setFont(StiFont font)
font - the font to setboolean isMarkerVisible()
void setMarkerVisible(boolean markerVisible)
markerVisible - the markerVisible to setStiColor getGridLineColor()
void setGridLineColor(StiColor gridLineColor)
gridLineColor - the gridLineColor to setStiColor getTextColor()
void setTextColor(StiColor textColor)
textColor - the textColor to setboolean isGridLinesHor()
void setGridLinesHor(boolean gridLinesHor)
gridLinesHor - the gridLinesHor to setboolean isGridLinesVert()
void setGridLinesVert(boolean gridLinesVert)
gridLinesVert - the gridLinesVert to setboolean isGridOutline()
void setGridOutline(boolean gridOutline)
gridOutline - the gridOutline to setboolean isVisible()
void setVisible(boolean visible)
visible - the visible to setjava.lang.Object clone()
Copyright © 2019 Stimulsoft. All Rights Reserved.