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

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

Uses of SeriesPointer in com.steema.teechart.editors.series
 

Methods in com.steema.teechart.editors.series with parameters of type SeriesPointer
static boolean SeriesPointerEditorDialog.edit(java.awt.Container owner, SeriesPointer pointer)
           
static void SeriesPointerEditor.edit(java.awt.Container owner, SeriesPointer pointer)
           
static boolean SeriesPointerEditorDialog.edit(SeriesPointer pointer)
           
 

Constructors in com.steema.teechart.editors.series with parameters of type SeriesPointer
SeriesPointerEditor(SeriesPointer pointer)
           
SeriesPointerEditorDialog(SeriesPointer pointer)
           
 

Uses of SeriesPointer in com.steema.teechart.styles
 

Subclasses of SeriesPointer in com.steema.teechart.styles
 class Callout
          Title: Callout class
 class GaugeSeriesPointer
           
 class MarksCallout
          Title: MarksCallout class
 

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.
Box contains several properties to control the formatting attributes of box, like Pen, Brush, Draw3D, Visible, etc.
 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.
ExtrOut contains several properties to control the formatting attributes of the extreme range of outer points like Pen, Brush, Draw3D, Visible, etc.
 SeriesPointer CustomBox.getMildOut()
          Controls the appearance of the mid range of outer points.
MildOut contains several properties to control the formatting attributes of the mid range of outer points like Pen, Brush, Draw3D, Visible, etc.
 SeriesPointer Smith.getPointer()
          Defines pen to draw SmithSeries Chart.
 SeriesPointer Points3D.getPointer()
          Each point in a PointSeries is drawn using the Pointer properties.
It is a subclass of Points series, Line series and all other derived PointSeries classes like Bubble series.
Default value: null
 SeriesPointer CustomPolar.getPointer()
          Pointer contains several properties to control the formatting attributes of Points like Pen, Brush, Draw3D, Visible, etc.
It is a subclass of Points series, Line series and all other derived Points series classes like Bubble series, Polar series and Candle series.
 SeriesPointer CustomPoint.getPointer()
          Defines all necessary properties of the Series Pointer.
It is a subclass of Points series, Line series and all other derived Points series classes like Bubble series.
Each point in a Points series is drawn using the Pointer properties.
Pointer contains several methods to control the formatting attributes of Points like Pen, Brush, Draw3D, Visible, etc.
 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