Line Obj 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 class LineObj : GraphObj, ICloneable,
ISerializableVB
<SerializableAttribute>
Public Class LineObj
Inherits GraphObj
Implements ICloneable, ISerializable- Derived
- Implements
- ICloneable, ISerializable
Constructors
| LineObj | |
| LineObj(LineObj) | |
| LineObj(SerializationInfo, StreamingContext) | |
| LineObj(Double, Double, Double, Double) | |
| LineObj(Color, Double, Double, Double, Double) |
Properties
| IsClippedToChartRect | (Inherited from GraphObj) |
| IsInFrontOfData | (Inherited from GraphObj) |
| IsVisible | (Inherited from GraphObj) |
| Line | |
| Link | (Inherited from GraphObj) |
| Location | (Inherited from GraphObj) |
| ZOrder | (Inherited from GraphObj) |
Methods
Fields
| _isClippedToChartRect | (Inherited from GraphObj) |
| _isVisible | (Inherited from GraphObj) |
| _line | |
| _location | (Inherited from GraphObj) |
| schema2 | |
| Tag | (Inherited from GraphObj) |
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. |