Defines series data displaying in the form of points.

Namespace:  PerpetuumSoft.Charts
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

C#
public class PointSeriesValue : SeriesValue
Visual Basic (Declaration)
Public Class PointSeriesValue _
	Inherits SeriesValue
Visual C++
public ref class PointSeriesValue : public SeriesValue

Inheritance Hierarchy

System..::.Object
  PerpetuumSoft.Charts..::.SeriesValueBase
    PerpetuumSoft.Charts..::.SeriesValue
      PerpetuumSoft.Charts..::.PointSeriesValue

See Also