|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IChartStyle
This interface specifies the chart type (for example, a bar chart or pie chart) that appears on the report and gives you access to the text options for the chart title, subtitle, and footnote.
Method Detail |
---|
IChartTextOptions getTextOptions()
Returns the text options for the chart title, subtitle, and footnote.
IChartTextOptions
object containing the options for the chart title,
subtitle, and footnote.ChartStyleType getType()
Returns the chart type (for example, a bar chart or pie chart).
ChartStyleType
object that specifies the chart type.void setTextOptions(IChartTextOptions textOptions)
Sets the text options for the chart title, subtitle, and footnote.
textOptions
- An IChartTextOptions
object containing the options for the chart
title, subtitle, and footnote.void setType(ChartStyleType type)
Sets the chart type (for example, a bar chart or pie chart).
type
- A ChartStyleType
object that specifies the chart type.ChartStyleSubtype getSubtype()
void setSubtype(ChartStyleSubtype subType)
boolean getEnableShowLegend()
void setEnableShowLegend(boolean bl)
boolean getIsVertical()
void setIsVertical(boolean bl)
NumberFormat getDataValueNumberFormat()
void setDataValueNumberFormat(NumberFormat format)
GridType getGroupAxisGridLine()
void setGroupAxisGridLine(GridType type)
GridType getSeriesAxisGridLine()
void setSeriesAxisGridLine(GridType type)
GridType getDataAxisGridLine()
void setDataAxisGridLine(GridType type)
double getDataAxisMinValue()
void setDataAxisMinValue(double dValue)
double getDataAxisMaxValue()
void setDataAxisMaxValue(double dValue)
boolean getEnableDataAxisAutoRange()
void setEnableDataAxisAutoRange(boolean bl)
NumberFormat getDataAxisNumberFormat()
void setDataAxisNumberFormat(NumberFormat numberFormat)
boolean getEnableDepthEffect()
void setEnableDepthEffect(boolean bl)
boolean getEnableShowMarkers()
void setEnableShowMarkers(boolean bl)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |