Line 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 Line : LineBase, ICloneable, ISerializableVB
<SerializableAttribute>
Public Class Line
Inherits LineBase
Implements ICloneable, ISerializable- Implements
- ICloneable, ISerializable
Constructors
Properties
| Color | (Inherited from LineBase) |
| DashOff | (Inherited from LineBase) |
| DashOn | (Inherited from LineBase) |
| Fill | |
| GradientFill | (Inherited from LineBase) |
| IsAntiAlias | (Inherited from LineBase) |
| IsOptimizedDraw | |
| IsSmooth | |
| IsVisible | (Inherited from LineBase) |
| SmoothTension | |
| StepType | |
| Style | (Inherited from LineBase) |
| Width | (Inherited from LineBase) |
Methods
Fields
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. |