com.steema.teechart.tools
Class NearestPointStyle

java.lang.Object
  extended by com.steema.teechart.misc.Enum
      extended by com.steema.teechart.tools.NearestPointStyle

public final class NearestPointStyle
extends Enum

Title: NearestPointStyle class

Description: Describes the possible values of the NearestPoint.Style method.

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

Company: Steema Software SL

See Also:
NearestPoint.getStyle()

Field Summary
static NearestPointStyle CIRCLE
          Shape is a circle.
static NearestPointStyle DIAMOND
          Shape is a diamond.
static NearestPointStyle NONE
          No shape is drawn.
static NearestPointStyle RECTANGLE
          Shape is a rectangle.
 
Method Summary
 
Methods inherited from class com.steema.teechart.misc.Enum
getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static final NearestPointStyle NONE
No shape is drawn.


CIRCLE

public static final NearestPointStyle CIRCLE
Shape is a circle.


RECTANGLE

public static final NearestPointStyle RECTANGLE
Shape is a rectangle.


DIAMOND

public static final NearestPointStyle DIAMOND
Shape is a diamond.