|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | PROPERTY | DETAIL: PROPERTY | |||||||
ilog.views.chart.IlvStepsDefinition
ilog.views.chart.IlvCategoryStepsDefinition
public class IlvCategoryStepsDefinition
A steps definition for scales displaying categories.
This class defines one step at each category number, and one substep
between each step. The step labels display either the category numbers or
the data labels of a data set.
CSS example:
ilvCategoryStepsDefinition {
class : "ilog.views.chart.IlvCategoryStepsDefinition(stepBetweenCategory,labelDataSetIndex)";
labelBetweenCategory : "false";
labelDataSetIndex : "2";
stepBetweenCategory : "false";
}
| Property Summary | |
|---|---|
java.lang.String |
class
Creates a new IlvCategoryStepsDefinition that will use the
data labels of the data set with the specified index. |
boolean |
labelBetweenCategory
Specifies whether the labels are positioned between categories. |
int |
labelDataSetIndex
Sets the index of the labels data set in the chart's data source. |
boolean |
stepBetweenCategory
Specifies whether major ticks are positioned between categories. |
| Property Detail |
|---|
public java.lang.String class
IlvCategoryStepsDefinition that will use the
data labels of the data set with the specified index.
class : "ilog.views.chart.IlvCategoryStepsDefinition(stepBetweenCategory,labelDataSetIndex)";
public boolean labelBetweenCategory
labelBetweenCategory : "false";
public int labelDataSetIndex
Note: This method has no effect if the labels data set was already
specified through a constructor argument.
CSS example:
labelDataSetIndex : "2";
public boolean stepBetweenCategory
stepBetweenCategory : "false";
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | PROPERTY | DETAIL: PROPERTY | |||||||