public class TrendLinePropertiesList extends DefaultChartProperties
Constructor and Description |
---|
TrendLinePropertiesList() |
Modifier and Type | Method and Description |
---|---|
protected void |
clearAllProperties()
Clear all of chart properties.
|
void |
clearAllTrendLine()
Clear all of trend lines.
|
protected ChartProperties |
createProperties(ChartProperties defProps)
Create the chart properties.
|
ChartProperties |
createTrendLine(java.lang.Number startValue,
java.lang.Number endValue,
java.lang.String displayValue,
java.lang.String color)
Add a trend lines on the chart.
|
protected ChartProperties |
getProperties(int index)
Returns the chart properties in the specified position.
|
ChartProperties |
getTrendLine(int index)
Return the trend line.
|
protected void |
removeProperties(ChartProperties properties)
Remove the chart properties.
|
protected void |
removeProperties(int index)
Remove the chart properties in the specified position.
|
void |
removeTrendLine(ChartProperties point)
Remove the trend line on the chart.
|
void |
removeTrendLine(int index)
Remove the trend line on the chart in the specified position.
|
int |
size()
Return the count of properties.
|
addAllProperties, addChartDataListener, addProperty, addPropertyListener, clear, fireEvent, fireEvent, getAllProperties, getProperty, removeChartDataListener, removeProperty, removePropertyListener
public ChartProperties createTrendLine(java.lang.Number startValue, java.lang.Number endValue, java.lang.String displayValue, java.lang.String color)
public ChartProperties getTrendLine(int index)
index
- public void removeTrendLine(ChartProperties point)
point
- public void removeTrendLine(int index)
index
- public void clearAllTrendLine()
protected ChartProperties createProperties(ChartProperties defProps)
defProps
- protected ChartProperties getProperties(int index)
index
- protected void removeProperties(ChartProperties properties)
properties
- protected void removeProperties(int index)
index
- public int size()
protected void clearAllProperties()
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.