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

Class describing a crossing of an axis at the maximum value of that axis. More...

#include <ilviews/charts/graphic.h>

Inheritance diagram for IlvMaxAxisCrossing:
IlvAxisCrossing

Public Member Functions

virtual IlDouble getCrossingValue (IlvCoordinateInfo *) const
 get the crossing value for this IlvCoordinateInfo More...
 

Detailed Description

Class describing a crossing of an axis at the maximum value of that axis.

Library: ilvcharts

Member Function Documentation

◆ getCrossingValue()

virtual IlDouble IlvMaxAxisCrossing::getCrossingValue ( IlvCoordinateInfo ) const
virtual

get the crossing value for this IlvCoordinateInfo

Returns
the maximum value of the IlvCoordinateInfo

Implements IlvAxisCrossing.