Uses of Class
com.steema.teechart.styles.SeriesPointer

Packages that use SeriesPointer
com.steema.teechart.styles   
com.steema.teechart.tools   
 

Uses of SeriesPointer in com.steema.teechart.styles
 

Subclasses of SeriesPointer in com.steema.teechart.styles
 class Callout
          Title: Callout class Description: Mark Callout pointer characteristics Copyright (c) 2005-2013 by Steema Software SL.
 class GaugeSeriesPointer
           
 class MarksCallout
          Title: MarksCallout class Description: Copyright (c) 2005-2013 by Steema Software SL.
 

Fields in com.steema.teechart.styles declared as SeriesPointer
protected  SeriesPointer CustomPolar.iPointer
           
protected  SeriesPointer CustomPoint.point
           
 

Methods in com.steema.teechart.styles that return SeriesPointer
 SeriesPointer CustomBox.getBox()
          Controls the appearance of CustomBoxSeries box.
 SeriesPointer Gauges.getCenter()
          Returns a sub-object with properties that control the appearance of a shape at the middle of gauge.
 SeriesPointer PointFigure.getDownSymbol()
           
 SeriesPointer Gauges.getEndPoint()
          Returns a sub-object with properties that control the appearance of a shape at the end of the gauge arrow.
 SeriesPointer CircularGauge.getEndPoint()
           
 SeriesPointer CustomBox.getExtrOut()
          Controls the appearance of the extreme range of outer points.
 SeriesPointer CustomBox.getMildOut()
          Controls the appearance of the mid range of outer points.
 SeriesPointer Smith.getPointer()
          Defines pen to draw SmithSeries Chart.
 SeriesPointer Points3D.getPointer()
          Each point in a PointSeries is drawn using the Pointer properties.
 SeriesPointer CustomPolar.getPointer()
          Pointer contains several properties to control the formatting attributes of Points like Pen, Brush, Draw3D, Visible, etc.
 SeriesPointer CustomPoint.getPointer()
          Defines all necessary properties of the Series Pointer.
 SeriesPointer Contour.getPointer()
           
 SeriesPointer PointFigure.getUpSymbol()
           
 

Methods in com.steema.teechart.styles with parameters of type SeriesPointer
 void SeriesPointer.assign(SeriesPointer source)
           
 void CircularGauge.setEndPoint(SeriesPointer value)
           
 

Uses of SeriesPointer in com.steema.teechart.tools
 

Subclasses of SeriesPointer in com.steema.teechart.tools
 class AnnotationCallout
          Title: AnnotationCallout class Description: Copyright (c) 2005-2013 by Steema Software SL.
 

Methods in com.steema.teechart.tools that return SeriesPointer
 SeriesPointer ScrollPager.getEndLinePointer()
           
 SeriesPointer ScrollPager.getStartLinePointer()