ilog.views.chart
Class IlvCategoryStepsDefinition

ilog.views.chart.IlvStepsDefinition
      extended by ilog.views.chart.IlvCategoryStepsDefinition

public class IlvCategoryStepsDefinition
extends IlvStepsDefinition

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

class

public java.lang.String class

Creates a new IlvCategoryStepsDefinition that will use the data labels of the data set with the specified index.

CSS example:     class : "ilog.views.chart.IlvCategoryStepsDefinition(stepBetweenCategory,labelDataSetIndex)";


labelBetweenCategory

public boolean labelBetweenCategory

Specifies whether the labels are positioned between categories.

CSS example:     labelBetweenCategory : "false";


labelDataSetIndex

public int labelDataSetIndex

Sets the index of the labels data set in the chart's data source.

Note: This method has no effect if the labels data set was already specified through a constructor argument.

CSS example:     labelDataSetIndex : "2";


stepBetweenCategory

public boolean stepBetweenCategory

Specifies whether major ticks are positioned between categories.

CSS example:     stepBetweenCategory : "false";



Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.