public class IlvCategoryStepsDefinition extends IlvStepsDefinition
ilvCategoryStepsDefinition {
class : "ilog.views.chart.IlvCategoryStepsDefinition(stepBetweenCategory,labelDataSetIndex)";
labelBetweenCategory : "false";
labelDataSetIndex : "2";
stepBetweenCategory : "false";
}
Modifier and Type | Property and Description |
---|---|
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. |
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";
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.