com.steema.teechart
Class ClickedParts

java.lang.Object
  extended by com.steema.teechart.misc.Enum
      extended by com.steema.teechart.ClickedParts

public final class ClickedParts
extends Enum

Title:

Description:

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

Company: Steema Software SL


Field Summary
static ClickedParts AXIS
           
static ClickedParts CHARTRECT
           
static ClickedParts FOOT
           
static ClickedParts HEADER
           
static ClickedParts LEGEND
           
static ClickedParts NONE
           
static ClickedParts SERIES
           
static ClickedParts SERIESMARKS
           
static ClickedParts SUBFOOT
           
static ClickedParts SUBHEADER
           
static ClickedParts TOOL
           
 
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 ClickedParts NONE

LEGEND

public static final ClickedParts LEGEND

SERIES

public static final ClickedParts SERIES

AXIS

public static final ClickedParts AXIS

FOOT

public static final ClickedParts FOOT

HEADER

public static final ClickedParts HEADER

SUBHEADER

public static final ClickedParts SUBHEADER

SUBFOOT

public static final ClickedParts SUBFOOT

CHARTRECT

public static final ClickedParts CHARTRECT

SERIESMARKS

public static final ClickedParts SERIESMARKS

TOOL

public static final ClickedParts TOOL