public static class XYChartConfig.AxisPropertiesMap extends ChartPropertiesMap
| Constructor and Description |
|---|
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(Number x)
Create the x properties.
|
ChartProperties |
getXProperties(int index)
Returns the x property.
|
ChartProperties |
getXProperties(Number x)
Returns the x property.
|
void |
removeXProperties(int index)
Remove the x property.
|
void |
removeXProperties(Number x)
Remove the x property.
|
clearAllProperties, createProperties, getKeys, getProperties, removeProperties, sizeaddAllProperties, addChartDataListener, addProperty, addPropertyListener, clear, fireEvent, fireEvent, getAllProperties, getProperty, removeChartDataListener, removeProperty, removePropertyListenerpublic ChartProperties createXProperties(Number x)
x - public ChartProperties createXProperties(int index)
index - public ChartProperties getXProperties(Number x)
x - public ChartProperties getXProperties(int index)
index - public void removeXProperties(Number x)
x - public void removeXProperties(int index)
index - public void clearAllXProperties()
Copyright © 2026. All rights reserved.