com.steema.teechart.styles
Class SurfaceStyle

java.lang.Object
  extended by com.steema.teechart.misc.Enum
      extended by com.steema.teechart.styles.SurfaceStyle

public final class SurfaceStyle
extends Enum

Title: SurfaceStyle class

Description: Reserved for future use.

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

Company: Steema Software SL


Field Summary
static SurfaceStyle DOT
           
static SurfaceStyle SOLID
           
static SurfaceStyle WIRE
           
 
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

SOLID

public static final SurfaceStyle SOLID

WIRE

public static final SurfaceStyle WIRE

DOT

public static final SurfaceStyle DOT