|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ChartElement
This class represents a chart element. Chart elements are painters, so a chart element also shares all properties in a painter element.
| Field Summary | |
|---|---|
static String |
X_2ND_AXIS_TITLE
|
static String |
X_AXIS_TITLE
|
static String |
Y_2ND_AXIS_TITLE
|
static String |
Y_AXIS_TITLE
|
| Fields inherited from interface inetsoft.report.ReportElement |
|---|
AGGREGATE, AUTOSIZE, GROW, LOCAL_QUERY, QUERY, XNODEPATH |
| Method Summary | |
|---|---|
inetsoft.uql.viewsheet.graph.ChartDescriptor |
getChartDescriptor()
Get the chart descriptor. |
inetsoft.report.internal.graph.ReportChartInfo |
getChartInfo()
Get the report chart info. |
DataSet |
getDataSet()
|
EGraph |
getEGraph()
Get the graph object. |
String |
getTextID(String title)
Get the textID, which is used for i18n support, for each title. |
String[] |
getTextIDs()
Get the textIDs, which is used for i18n support. |
VGraph |
getVGraph()
Get the graph visual object. |
boolean |
isAdhocEnabled()
Check if adhoc query is enabled on this element. |
void |
setAdhocEnabled(boolean enabled)
Set whether adhoc query is enabled on this element. |
void |
setChartDescriptor(inetsoft.uql.viewsheet.graph.ChartDescriptor desc)
Set the chart descriptor. |
void |
setDataSet(DataSet chart)
Set chart data. |
void |
setTextID(String title,
String textID)
Set the textID, which is used for i18n support, for each title. |
void |
setTextIDs(String[] textIDs)
Set the textIDs, which is used for i18n support. |
| Methods inherited from interface inetsoft.report.PainterElement |
|---|
getAnchor, getHyperlink, getHyperlinkAreas, getLayout, getMargin, getPainter, getRotation, getSize, getWrapping, setAnchor, setHyperlink, setLayout, setMargin, setPainter, setRotation, setSize, setWrapping |
| Methods inherited from interface inetsoft.report.HyperlinkSupport |
|---|
getHyperlink, setHyperlink |
| Methods inherited from interface inetsoft.report.internal.BindableElement |
|---|
getBindingAttr, getSourceAttr, isSourceBlank, setBindingAttr, updateFormulas, updateReportFormulas |
| Methods inherited from interface inetsoft.report.ReportElement |
|---|
clone, getAlignment, getBackground, getCSSClass, getFont, getForeground, getFullName, getID, getIndent, getOnClick, getPreferredSize, getProperty, getPropertyNames, getScript, getSpacing, getTarget, getType, getUserObject, isHideOnPrint, isKeepWithNext, isVisible, setAlignment, setBackground, setContext, setCSSClass, setFont, setForeground, setFullName, setHideOnPrint, setID, setIndent, setKeepWithNext, setOnClick, setProperty, setScript, setSpacing, setTarget, setUserObject, setVisible |
| Field Detail |
|---|
static final String X_AXIS_TITLE
static final String Y_AXIS_TITLE
static final String X_2ND_AXIS_TITLE
static final String Y_2ND_AXIS_TITLE
| Method Detail |
|---|
DataSet getDataSet()
void setDataSet(DataSet chart)
inetsoft.uql.viewsheet.graph.ChartDescriptor getChartDescriptor()
void setChartDescriptor(inetsoft.uql.viewsheet.graph.ChartDescriptor desc)
inetsoft.report.internal.graph.ReportChartInfo getChartInfo()
String getTextID(String title)
void setTextID(String title,
String textID)
String[] getTextIDs()
void setTextIDs(String[] textIDs)
boolean isAdhocEnabled()
void setAdhocEnabled(boolean enabled)
EGraph getEGraph()
VGraph getVGraph()
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||