Curve Item Class
Definition
Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
C#
[SerializableAttribute]
public abstract class CurveItem : ISerializable,
ICloneableVB
<SerializableAttribute>
Public MustInherit Class CurveItem
Implements ISerializable, ICloneable- Inheritance
- Object CurveItem
- Derived
- Implements
- ICloneable, ISerializable
Constructors
| CurveItem | |
| CurveItem(CurveItem) | |
| CurveItem(String) | |
| CurveItem(SerializationInfo, StreamingContext) | |
| CurveItem(String, IPointList) | |
| CurveItem(String, Double, Double) |
Properties
| Color | |
| IsBar | |
| IsLine | |
| IsOverrideOrdinal | |
| IsPie | |
| IsSelectable | |
| IsSelected | |
| IsVisible | |
| IsX2Axis | |
| IsY2Axis | |
| Item | |
| Label | |
| Link | |
| NPts | |
| Points | |
| YAxisIndex |
Methods
Fields
| _isOverrideOrdinal | |
| _isSelectable | |
| _isSelected | |
| _isVisible | |
| _isX2Axis | |
| _isY2Axis | |
| _points | |
| _yAxisIndex | |
| schema | |
| Tag |
Extension Methods
| GetEnumNames | (Defined by General) |
| IsValidDouble | (Defined by General) |
Explicit Interface Implementations
| ICloneableClone | Creates a new object that is a copy of the current instance. |