public class NearestPointDirection extends Enum
Title: NearestPointDirection
Description: Describes the possible values of the NeareastPoint.Direction method.
Copyright (c) 2005-2011 by Steema Software SL. All Rights Reserved.
Company: Steema Software
com.steema.teechart.tools.NeareastPoint#getDirection,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static NearestPointDirection |
BOTH
Nearest point both horizontally and vertically.
|
static NearestPointDirection |
HORIZONTAL
Nearest horizontal point.
|
static NearestPointDirection |
VERTICAL
Nearest vertical point.
|
getValue, readResolvepublic static final NearestPointDirection HORIZONTAL
public static final NearestPointDirection VERTICAL
public static final NearestPointDirection BOTH