Class describing a crossing of an axis at a fixed value. More...
#include <ilviews/charts/graphic.h>
Public Member Functions | |
IlvAxisAnchoredCrossing (IlDouble val) | |
Constructor. More... | |
virtual IlDouble | getCrossingValue (IlvCoordinateInfo *) const |
get the crossing value for this IlvCoordinateInfo . More... | |
Class describing a crossing of an axis at a fixed value.
Library: ilvcharts
IlvAxisAnchoredCrossing::IlvAxisAnchoredCrossing | ( | IlDouble | val | ) |
Constructor.
Create an IlvAxisAnchoredCrossing at the specified value.
val | the fixed value of the crossing |
|
virtual |
get the crossing value for this IlvCoordinateInfo
.
Implements IlvAxisCrossing.