|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sencha.gxt.chart.client.chart.series.Series<M>
com.sencha.gxt.chart.client.chart.series.ScatterSeries<M>
com.sencha.gxt.chart.client.chart.series.RadarSeries<M>
M - the data type used by this seriespublic class RadarSeries<M>
Creates a Radar Chart. A Radar Chart is a useful visualization technique for comparing different quantitative values for a constrained number of categories.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.sencha.gxt.chart.client.chart.series.Series |
|---|
Series.LabelPosition |
| Constructor Summary | |
|---|---|
RadarSeries()
Creates a radar series. |
|
| Method Summary | |
|---|---|
void |
delete()
Removes all the sprites of the series from the surface. |
void |
drawSeries()
Draws the series for the current chart. |
Color |
getFill()
Returns the fill of the line in the series. |
SeriesRenderer<M> |
getLineRenderer()
Returns the SeriesRenderer used on the line sprite. |
void |
hide(int yFieldIndex)
Hides the given y field index from the series. |
void |
highlight(int yFieldIndex)
Highlights the series at the given index. |
void |
highlightAll(int index)
Highlights all of the items in the series. |
boolean |
isShowMarkers()
Returns whether or not the series shows markers. |
void |
setFill(Color fill)
Sets the fill of the line in the series. |
void |
setLineRenderer(SeriesRenderer<M> lineRenderer)
Sets the SeriesRenderer used on the line sprite |
void |
setShowMarkers(boolean showMarkers)
Sets whether or not the series shows markers. |
void |
show(int yFieldIndex)
Shows the given y field index from the series. |
void |
unHighlight(int yFieldIndex)
Removes highlighting from the given index. |
void |
unHighlightAll(int index)
UnHighlights all items in the series. |
boolean |
visibleInLegend(int index)
Returns whether or not the given index is visible in legend. |
| Methods inherited from class com.sencha.gxt.chart.client.chart.series.ScatterSeries |
|---|
getMarkerConfig, getSelectionTolerance, getTitle, getYField, setLegendTitle, setMarkerConfig, setSelectionTolerance, setYField |
| Methods inherited from class com.sencha.gxt.chart.client.chart.series.Series |
|---|
addSeriesHandler, addSeriesItemOutHandler, addSeriesItemOverHandler, addSeriesSelectionHandler, calculateBBox, getBBox, getChart, getGutters, getHighlighter, getLabelConfig, getLegendNames, getLegendTitles, getRenderer, getStroke, getStrokeWidth, getToolTip, getToolTipConfig, getXField, getYAxisPosition, highlightedState, isHighlighting, isShownInLegend, onMouseDown, onMouseMove, onMouseOut, removeToolTip, setChart, setHighlighter, setHighlighting, setLabelConfig, setRenderer, setShownInLegend, setStroke, setStrokeWidth, setToolTipConfig, setXField, setYAxisPosition |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RadarSeries()
| Method Detail |
|---|
public void delete()
Series
delete in class Series<M>public void drawSeries()
Series
drawSeries in class ScatterSeries<M>public Color getFill()
public SeriesRenderer<M> getLineRenderer()
SeriesRenderer used on the line sprite.
public void hide(int yFieldIndex)
Series
hide in class ScatterSeries<M>yFieldIndex - the index of the y fieldpublic void highlight(int yFieldIndex)
Series
highlight in class ScatterSeries<M>yFieldIndex - the index to be highlightedpublic void highlightAll(int index)
Series
highlightAll in class ScatterSeries<M>index - the index of the seriespublic boolean isShowMarkers()
public void setFill(Color fill)
fill - the fill of the line in the seriespublic void setLineRenderer(SeriesRenderer<M> lineRenderer)
SeriesRenderer used on the line sprite
lineRenderer - the series renderer used on the line spritepublic void setShowMarkers(boolean showMarkers)
showMarkers - true if markers shownpublic void show(int yFieldIndex)
Series
show in class ScatterSeries<M>yFieldIndex - the index of the y fieldpublic void unHighlight(int yFieldIndex)
Series
unHighlight in class ScatterSeries<M>yFieldIndex - the index to have its highlighting removedpublic void unHighlightAll(int index)
Series
unHighlightAll in class ScatterSeries<M>index - the index of the seriespublic boolean visibleInLegend(int index)
Series
visibleInLegend in class ScatterSeries<M>index - the index to determine visible
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||