PlotPointItem Class

Information about an individual plot point.

Definition

Namespace: SvgPlotting
Assembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
C#
public class PlotPointItem
Inheritance
Object    PlotPointItem

Constructors

PlotPointItem Create a new instance of the PlotPointItem item.
PlotPointItem(PlotPointPenStatus) Create a new instance of the PlotPointItem item.

Properties

PenStatus Get/Set the pen status for this point.
Point Get/Set a reference to the literal point.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also