Enum Class PointSymbolType

java.lang.Object
java.lang.Enum<PointSymbolType>
com.storedobject.chart.PointSymbolType
All Implemented Interfaces:
Serializable, Comparable<PointSymbolType>, Constable

public enum PointSymbolType extends Enum<PointSymbolType>
Represents the symbol type used to draw a point on the chart. (Example usage is in LineChart).
Author:
Syam