Package | Description |
---|---|
ilog.views.chart |
Contains all of the main Chart classes and interfaces.
|
Modifier and Type | Field and Description |
---|---|
static IlvAxis.Crossing |
IlvAxis.MAX_VALUE
Predefined crossing, which specifies that an axis crosses at the
maximum visible value of another axis.
|
static IlvAxis.Crossing |
IlvAxis.MIN_VALUE
Predefined crossing, which specifies that an axis crosses at the
minimum visible value of another axis.
|
Modifier and Type | Method and Description |
---|---|
IlvAxis.Crossing |
IlvScale.getCrossing()
Returns where this scale crosses its dual axis.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvScale.setCrossing(IlvAxis.Crossing crossing)
Specifies where this scale crosses its dual axis.
|
void |
IlvCoordinateSystem.setXCrossing(IlvAxis.Crossing crossing)
Specifies where the x-axis crosses the y-axis.
|
void |
IlvCoordinateSystem.setYCrossing(IlvAxis.Crossing crossing)
Specifies where the y-axis crosses the x-axis.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.