|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.steema.teechart.styles.SeriesPoint
public class SeriesPoint
Title: SeriesPoint class
Description: Class provides access to Point characteristics
Copyright (c) 2005-2008 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Field Summary | |
---|---|
protected int |
index
|
protected Series |
series
|
Constructor Summary | |
---|---|
SeriesPoint()
|
|
SeriesPoint(Series s,
int i)
|
Method Summary | |
---|---|
Color |
getColor()
Indexed Point Color |
java.lang.String |
getLabel()
Indexed Point Label |
void |
setColor(Color value)
Indexed Point Color |
void |
setLabel(java.lang.String value)
Indexed Point Label |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Series series
protected int index
Constructor Detail |
---|
public SeriesPoint()
public SeriesPoint(Series s, int i)
Method Detail |
---|
public Color getColor()
public void setColor(Color value)
value
- Colorpublic java.lang.String getLabel()
public void setLabel(java.lang.String value)
value
- String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |