java.lang.Object | |
↳ | com.microstrategy.web.app.beans.GraphAxisInformation |
This class is used for handling the axis information for the ones that should be displayed given the current graph major type
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
GraphAxisInformation(int descriptorID, int argumentID, boolean stepScaleSupport)
Class constructor, initializing its properties with the given parameters
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int |
getArgumentID()
Returns the event argument ID associtaed with this axis
| ||||||||||
int |
getDescriptorID()
Returns the descriptor ID associated with this axis
| ||||||||||
boolean |
isStepScaleSupported()
Returns if this axis supports step and scale properties
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Class constructor, initializing its properties with the given parameters
descriptorID | identifier of the descriptor to use for this axis |
---|---|
argumentID | identifier of the event argument for this axis |
stepScaleSupport | indicates if this axis supports step and scale properties |
Returns the event argument ID associtaed with this axis
Returns the descriptor ID associated with this axis
Returns if this axis supports step and scale properties
True
if this axis supports step and scale properties. Otherwise
it returns False