|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.steema.teechart.misc.Enum
com.steema.teechart.styles.DrawAllPointsStyle
public class DrawAllPointsStyle
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 |
---|
public static final DrawAllPointsStyle FIRST
public static final DrawAllPointsStyle MINMAX
Method Detail |
---|
public static int size()
public static DrawAllPointsStyle fromInt(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |