public static class XYChartConfig.AxisPropertiesMap extends ChartPropertiesMap
Constructor and Description |
---|
XYChartConfig.AxisPropertiesMap() |
Modifier and Type | Method and Description |
---|---|
void |
clearAllXProperties()
Remove all of x property.
|
ChartProperties |
createXProperties(int index)
Create the x properties in the specified position.
|
ChartProperties |
createXProperties(java.lang.Number x)
Create the x properties.
|
ChartProperties |
getXProperties(int index)
Returns the x property.
|
ChartProperties |
getXProperties(java.lang.Number x)
Returns the x property.
|
void |
removeXProperties(int index)
Remove the x property.
|
void |
removeXProperties(java.lang.Number x)
Remove the x property.
|
clearAllProperties, createProperties, getKeys, getProperties, removeProperties, size
addAllProperties, addChartDataListener, addProperty, addPropertyListener, clear, fireEvent, fireEvent, getAllProperties, getProperty, removeChartDataListener, removeProperty, removePropertyListener
public ChartProperties createXProperties(java.lang.Number x)
x
- public ChartProperties createXProperties(int index)
index
- public ChartProperties getXProperties(java.lang.Number x)
x
- public ChartProperties getXProperties(int index)
index
- public void removeXProperties(java.lang.Number x)
x
- public void removeXProperties(int index)
index
- public void clearAllXProperties()
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.