public interface ChartProperties extends ChartInfoNotifier
| Modifier and Type | Method and Description |
|---|---|
void |
addAllProperties(Map<String,String> properties)
Add all properties.
|
ChartProperties |
addProperty(String key,
String value)
Add the value of the specified property.
|
void |
clear()
Clear all properties.
|
Map<String,String> |
getAllProperties()
Returns all properties.
|
String |
getProperty(String key)
Returns the specified property.
|
ChartProperties |
removeProperty(String key)
Removes the specified property.
|
addChartDataListener, addPropertyListener, removeChartDataListener, removePropertyListenerChartProperties addProperty(String key, String value)
key - value - ChartProperties removeProperty(String key)
key - void clear()
Copyright © 2026. All rights reserved.