Class ESeriesValue

All Implemented Interfaces:
IChartProps, IPropDesigner, EventListener, IGProp<GProp<?>[]>, IPropCnr, IChartContainer, Cloneable, IAdaptable

public class ESeriesValue extends SeriesValue implements IPropDesigner, IChartProps
The Series value for the chart.
Author:
Christopher Mindus
  • Constructor Details

    • ESeriesValue

      public ESeriesValue()
      Creates the VirtualSpace group property container without a name. The name must be set in all cases using the setPropertyAtom call.
    • ESeriesValue

      public ESeriesValue(Atom propertyAtom)
      Creates the VirtualSpace group property container with the specified name. All system-reserved names for components begins with "$".
      Parameters:
      propertyAtom - the name of the component, unique within it's parent.
    • ESeriesValue

      public ESeriesValue(Atom propertyAtom, GSeriesValue value)
      Creates the VirtualSpace group property container with the specified name. All system-reserved names for components begins with "$".
      Parameters:
      propertyAtom - The name of the component, unique within it's parent.
      value - The value.
  • Method Details