com.steema.teechart.styles
Interface ISeries

All Known Implementing Classes:
Area, Arrow, Bar, Bar3D, BarJoin, Bezier, Box, Bubble, Calendar, Candle, Circular, CircularGauge, Clock, ColorGrid, Contour, Custom, Custom2DPolar, Custom3D, Custom3DGrid, Custom3DPalette, CustomBar, CustomBox, CustomError, CustomErrorPoint, CustomErrorPoint3D, CustomGauge, CustomPoint, CustomPolar, Donut, Error, ErrorBar, ErrorPoint, ErrorPoint3D, FastLine, Funnel, Gantt, Gauges, HighLow, Histogram, HorizArea, HorizBar, HorizBox, HorizHistogram, HorizLine, ImageBar, IsoSurface, KnobGauge, Line, LinearGauge, LinePoint, Map, NumericGauge, OHLC, Pie, PointFigure, Points, Points3D, Polar, PolygonSeries, Pyramid, Radar, Series, Shape, Smith, Surface, Ternary, Tower, TriSurface, Vector3D, VerticalLinearGauge, Volume, Waterfall, WindRose, World

public interface ISeries

Title: ISeries class

Description:

Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.

Company: Steema Software SL


Method Summary
 int add(double value)
           
 int add(double x, double y)
           
 int add(double x, double y, java.lang.String text)
           
 boolean associatedToAxis(Axis axis)
           
 void calcFirstLastVisibleIndex()
           
 java.lang.String calcPercentSt(double value)
           
 void checkDataSource()
           
 void clear()
           
 int clicked(int x, int y)
           
 java.util.Vector dataSourceArray()
           
 void dispose()
           
 void drawLegend(int index, Rectangle r)
           
 void drawMarks()
           
 void drawValue(int valueIndex)
           
 boolean getActive()
           
 boolean getAllowSinglePoint()
           
 IBaseChart getChart()
           
 Color getColor()
           
 boolean getColorEach()
           
 int getCount()
           
 int getCountLegendItems()
           
 java.lang.Object getDataSource()
           
 int getEndZ()
           
 int getFirstVisible()
           
 boolean getHasZValues()
           
 Axis getHorizAxis()
           
 StringList getLabels()
           
 int getLastVisible()
           
 java.lang.String getLegendString(int valueIndex, LegendTextStyle style)
           
 ValueList getMandatory()
           
 SeriesMarks getMarks()
           
 java.lang.String getMarkText(int index)
           
 double getMarkValue(int index)
           
 double getMaxZValue()
           
 int getMiddleZ()
           
 double getMinZValue()
           
 ValueList getNotMandatory()
           
 double getOriginValue(int valueIndex)
           
 boolean getShowInLegend()
           
 int getStartZ()
           
 boolean getUseAxis()
           
 Color getValueColor(int valueIndex)
           
 java.lang.String getValueFormat()
           
 Swapper getValueIndexSwapper()
           
 ValueList getValueList(java.lang.String name)
           
 java.lang.String getValueMarkText(int index)
           
 Axis getVertAxis()
           
 ValueList getXValues()
           
 boolean getYMandatory()
           
 ValueList getYValues()
           
 int getZOrder()
           
 boolean hasDataSource(java.lang.Object source)
           
 void invalidate()
           
 boolean isNull(int index)
           
 Color legendItemColor(int itemIndex)
           
 int legendToValueIndex(int itemIndex)
           
 void onDisposing()
           
 void setActive(boolean value)
           
 void setChart(IBaseChart value)
           
 void setDataSource(java.lang.Object value)
           
 void setFunction(Function value)
           
 void setSubGallery(int index)
           
 void valuesListAdd(ValueList value)
           
 

Method Detail

clear

void clear()

checkDataSource

void checkDataSource()

getDataSource

java.lang.Object getDataSource()

setDataSource

void setDataSource(java.lang.Object value)

invalidate

void invalidate()

valuesListAdd

void valuesListAdd(ValueList value)

getShowInLegend

boolean getShowInLegend()

hasDataSource

boolean hasDataSource(java.lang.Object source)

setSubGallery

void setSubGallery(int index)

getYMandatory

boolean getYMandatory()

getStartZ

int getStartZ()

getMiddleZ

int getMiddleZ()

getEndZ

int getEndZ()

getColorEach

boolean getColorEach()

getColor

Color getColor()

getCount

int getCount()

getCountLegendItems

int getCountLegendItems()

getMarks

SeriesMarks getMarks()

getChart

IBaseChart getChart()

getMandatory

ValueList getMandatory()

getNotMandatory

ValueList getNotMandatory()

getValueList

ValueList getValueList(java.lang.String name)

getAllowSinglePoint

boolean getAllowSinglePoint()

getMarkValue

double getMarkValue(int index)

getMarkText

java.lang.String getMarkText(int index)

getValueFormat

java.lang.String getValueFormat()

getActive

boolean getActive()

setActive

void setActive(boolean value)

getUseAxis

boolean getUseAxis()

dispose

void dispose()

setChart

void setChart(IBaseChart value)

add

int add(double value)

add

int add(double x,
        double y)

add

int add(double x,
        double y,
        java.lang.String text)

setFunction

void setFunction(Function value)

getLabels

StringList getLabels()

getXValues

ValueList getXValues()

getYValues

ValueList getYValues()

isNull

boolean isNull(int index)

onDisposing

void onDisposing()

getHasZValues

boolean getHasZValues()

getMinZValue

double getMinZValue()

getMaxZValue

double getMaxZValue()

dataSourceArray

java.util.Vector dataSourceArray()

getZOrder

int getZOrder()

getFirstVisible

int getFirstVisible()

getLastVisible

int getLastVisible()

associatedToAxis

boolean associatedToAxis(Axis axis)

calcFirstLastVisibleIndex

void calcFirstLastVisibleIndex()

getValueMarkText

java.lang.String getValueMarkText(int index)

getLegendString

java.lang.String getLegendString(int valueIndex,
                                 LegendTextStyle style)

legendToValueIndex

int legendToValueIndex(int itemIndex)

legendItemColor

Color legendItemColor(int itemIndex)

drawLegend

void drawLegend(int index,
                Rectangle r)

getHorizAxis

Axis getHorizAxis()

getVertAxis

Axis getVertAxis()

clicked

int clicked(int x,
            int y)

getOriginValue

double getOriginValue(int valueIndex)

drawMarks

void drawMarks()

drawValue

void drawValue(int valueIndex)

getValueColor

Color getValueColor(int valueIndex)

getValueIndexSwapper

Swapper getValueIndexSwapper()

calcPercentSt

java.lang.String calcPercentSt(double value)