Modifier and Type | Method and Description |
---|---|
StringExpression |
DJHyperLink.getExpression() |
StringExpression |
DJHyperLink.getTooltip() |
Modifier and Type | Method and Description |
---|---|
void |
DJHyperLink.setExpression(StringExpression expression) |
void |
DJHyperLink.setTooltip(StringExpression tooltip) |
Modifier and Type | Method and Description |
---|---|
StringExpression |
DJChartOptions.getSubtitleExpression()
Returns the subtitle expression.
|
StringExpression |
DJChartOptions.getTitleExpression()
Returns the title expression.
|
Modifier and Type | Method and Description |
---|---|
void |
DJChartOptions.setSubtitleExpression(StringExpression subtitleExpression)
Sets the subtitle expression.
|
void |
DJChartOptions.setTitleExpression(StringExpression titleExpression)
Sets the title expression.
|
Modifier and Type | Method and Description |
---|---|
DJXYLineChartBuilder |
DJXYLineChartBuilder.addSerie(AbstractColumn column,
StringExpression labelExpression)
Adds the specified serie column to the dataset with custom label.
|
DJXYBarChartBuilder |
DJXYBarChartBuilder.addSerie(AbstractColumn column,
StringExpression labelExpression)
Adds the specified serie column to the dataset with custom label.
|
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.addSerie(AbstractColumn column,
StringExpression labelExpression)
Adds the specified serie column to the dataset with custom label.
|
DJTimeSeriesChartBuilder |
DJTimeSeriesChartBuilder.addSerie(AbstractColumn column,
StringExpression labelExpression)
Adds the specified serie column to the dataset with custom label.
|
DJScatterChartBuilder |
DJScatterChartBuilder.addSerie(AbstractColumn column,
StringExpression labelExpression)
Adds the specified serie column to the dataset with custom label.
|
DJLineChartBuilder |
DJLineChartBuilder.addSerie(AbstractColumn column,
StringExpression labelExpression)
Adds the specified serie column to the dataset with custom label.
|
DJBarChartBuilder |
DJBarChartBuilder.addSerie(AbstractColumn column,
StringExpression labelExpression)
Adds the specified serie column to the dataset with custom label.
|
DJBar3DChartBuilder |
DJBar3DChartBuilder.addSerie(AbstractColumn column,
StringExpression labelExpression)
Adds the specified serie column to the dataset with custom label.
|
DJAreaChartBuilder |
DJAreaChartBuilder.addSerie(AbstractColumn column,
StringExpression labelExpression)
Adds the specified serie column to the dataset with custom label.
|
DJXYLineChartBuilder |
DJXYLineChartBuilder.setSubtitle(StringExpression subtitleExpression)
Sets the subtitle expression.
|
DJXYBarChartBuilder |
DJXYBarChartBuilder.setSubtitle(StringExpression subtitleExpression)
Sets the subtitle expression.
|
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.setSubtitle(StringExpression subtitleExpression)
Sets the subtitle expression.
|
DJTimeSeriesChartBuilder |
DJTimeSeriesChartBuilder.setSubtitle(StringExpression subtitleExpression)
Sets the subtitle expression.
|
DJScatterChartBuilder |
DJScatterChartBuilder.setSubtitle(StringExpression subtitleExpression)
Sets the subtitle expression.
|
DJPieChartBuilder |
DJPieChartBuilder.setSubtitle(StringExpression subtitleExpression)
Sets the subtitle expression.
|
DJPie3DChartBuilder |
DJPie3DChartBuilder.setSubtitle(StringExpression subtitleExpression)
Sets the subtitle expression.
|
DJLineChartBuilder |
DJLineChartBuilder.setSubtitle(StringExpression subtitleExpression)
Sets the subtitle expression.
|
DJBarChartBuilder |
DJBarChartBuilder.setSubtitle(StringExpression subtitleExpression)
Sets the subtitle expression.
|
DJBar3DChartBuilder |
DJBar3DChartBuilder.setSubtitle(StringExpression subtitleExpression)
Sets the subtitle expression.
|
DJAreaChartBuilder |
DJAreaChartBuilder.setSubtitle(StringExpression subtitleExpression)
Sets the subtitle expression.
|
abstract T |
AbstractChartBuilder.setSubtitle(StringExpression subtitleExpression)
Sets the subtitle expression.
|
DJXYLineChartBuilder |
DJXYLineChartBuilder.setTitle(StringExpression titleExpression)
Sets the title expression.
|
DJXYBarChartBuilder |
DJXYBarChartBuilder.setTitle(StringExpression titleExpression)
Sets the title expression.
|
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.setTitle(StringExpression titleExpression)
Sets the title expression.
|
DJTimeSeriesChartBuilder |
DJTimeSeriesChartBuilder.setTitle(StringExpression titleExpression)
Sets the title expression.
|
DJScatterChartBuilder |
DJScatterChartBuilder.setTitle(StringExpression titleExpression)
Sets the title expression.
|
DJPieChartBuilder |
DJPieChartBuilder.setTitle(StringExpression titleExpression)
Sets the title expression.
|
DJPie3DChartBuilder |
DJPie3DChartBuilder.setTitle(StringExpression titleExpression)
Sets the title expression.
|
DJLineChartBuilder |
DJLineChartBuilder.setTitle(StringExpression titleExpression)
Sets the title expression.
|
DJBarChartBuilder |
DJBarChartBuilder.setTitle(StringExpression titleExpression)
Sets the title expression.
|
DJBar3DChartBuilder |
DJBar3DChartBuilder.setTitle(StringExpression titleExpression)
Sets the title expression.
|
DJAreaChartBuilder |
DJAreaChartBuilder.setTitle(StringExpression titleExpression)
Sets the title expression.
|
abstract T |
AbstractChartBuilder.setTitle(StringExpression titleExpression)
Sets the title expression.
|
Modifier and Type | Method and Description |
---|---|
void |
XYDataset.addSerie(AbstractColumn column,
StringExpression labelExpression)
Adds the specified serie column to the dataset with custom label expression.
|
void |
TimeSeriesDataset.addSerie(AbstractColumn column,
StringExpression labelExpression)
Adds the specified serie column to the dataset with custom label expression.
|
void |
CategoryDataset.addSerie(AbstractColumn column,
StringExpression labelExpression)
Adds the specified serie column to the dataset with custom label expression.
|
Modifier and Type | Method and Description |
---|---|
StringExpression |
DJAxisFormat.getLabelExpression() |
Modifier and Type | Method and Description |
---|---|
void |
DJAxisFormat.setLabelExpression(StringExpression labelExpression)
Sets the label expression.
|
Constructor and Description |
---|
DJAxisFormat(StringExpression labelExpression) |
Modifier and Type | Class and Description |
---|---|
class |
LiteralExpression |
Copyright © 2006–2015 FDV Solutions. All rights reserved.