Views
Charts Package API Reference Guide
Product Documentation:
Views Documentation Home
List of all members | Public Member Functions
IlvAxisCrossing Class Referenceabstract

Class describing the crossing value of an axis. More...

#include <ilviews/charts/graphic.h>

Inheritance diagram for IlvAxisCrossing:
IlvAxisAnchoredCrossing IlvMaxAxisCrossing IlvMinAxisCrossing

Public Member Functions

virtual IlDouble getCrossingValue (IlvCoordinateInfo *info) const =0
 get the crossing value for this IlvCoordinateInfo
 

Detailed Description

Class describing the crossing value of an axis.

Library: ilvcharts

This class describes at which value an axis will cross an other (min value, max value, fixed value). It should not be used directly.

See also
IlvMinAxisCrossing
IlvMaxAxisCrossing
IlvAnchoredAxisCrossing