Rogue Wave Views Charts Package API Reference Guide |
Rogue Wave Views Documentation Home |
Class holding all components of a chart abscissa axis. More...
#include <ilviews/charts/graphic.h>
Public Member Functions | |
IlvAbscissaAxisElement (IlvChartGraphic *parent, IlvCoordinateInfo *info, IlvAxisCrossing *crossing) | |
Constructor. More... | |
virtual void | setScale (IlvAbstractScaleDisplayer *) |
Set the IlvAbstractScaleDisplayer for this element. More... | |
Public Member Functions inherited from IlvAxisElement | |
IlvAxisElement (IlvChartGraphic *parent, IlvCoordinateInfo *info, IlvAxisCrossing *crossing) | |
Constructor. More... | |
IlvAxisCrossing * | getAxisCrossing () const |
Return the axis crossing of this element. | |
IlvChartGraphic * | getChart () const |
Return the parent chart of this element. | |
IlvCoordinateInfo * | getCoordinateInfo () const |
Return the coordinate info of this element. | |
IlvAbstractGridDisplayer * | getGrid () const |
Return the grid displayer of this element. | |
IlvAbstractScaleDisplayer * | getScale () const |
Return the scale of this element. | |
void | setAxisCrossing (IlvAxisCrossing *crossing) |
Set the IlvAxisCrossing for this element. More... | |
void | setGrid (IlvAbstractGridDisplayer *griddisplayer) |
Set the IlvAbstractGridDisplayer for this element. More... | |
Class holding all components of a chart abscissa axis.
Library: ilvcharts
IlvAbscissaAxisElement::IlvAbscissaAxisElement | ( | IlvChartGraphic * | parent, |
IlvCoordinateInfo * | info, | ||
IlvAxisCrossing * | crossing | ||
) |
Constructor.
Create a new IlvAxisElement
attached to the specified IlvChartGraphic
.
parent | the IlvChartGraphic this element is attached to. |
info | the IlvCoordinateInfo for this element. |
crossing | the IlvAxisCrossing for this element. |
|
virtual |
Set the IlvAbstractScaleDisplayer
for this element.
The previously set IlvAbstractScaleDisplayer
is deleted.
scaledisp | the new IlvAbstractScaleDisplayer this element will use. |
Reimplemented from IlvAxisElement.
© Copyright 2016, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.