com.steema.teechart.styles
Class DrawAllPointsStyle

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

public class DrawAllPointsStyle
extends Enum

Title: DrawAllPointsStyle class

Description: DrawAllPointsStyle property allows you to choose the method which will be used for displaying repeated points at same horizontal pixel.

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

Company: Steema Software SL


Field Summary
static DrawAllPointsStyle FIRST
          When the series has several points that share the same X pixel position, but with different Y position, it will only display the first point.
static DrawAllPointsStyle MINMAX
          Plots both the minimum and maximum Y that map to each X pixel.
 
Method Summary
static DrawAllPointsStyle fromInt(int value)
           
static int size()
           
 
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

FIRST

public static final DrawAllPointsStyle FIRST
When the series has several points that share the same X pixel position, but with different Y position, it will only display the first point.


MINMAX

public static final DrawAllPointsStyle MINMAX
Plots both the minimum and maximum Y that map to each X pixel.

Method Detail

size

public static int size()

fromInt

public static DrawAllPointsStyle fromInt(int value)