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-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static DrawAllPointsStyle |
fromInt(int value) |
static int |
size() |
getValue, readResolve
public static final DrawAllPointsStyle FIRST
public static final DrawAllPointsStyle MINMAX
public static int size()
public static DrawAllPointsStyle fromInt(int value)