Pane Base 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#
public abstract class PaneBase : ICloneableVB
Public MustInherit Class PaneBase
Implements ICloneable- Inheritance
- Object PaneBase
- Derived
- Implements
- ICloneable
Constructors
| PaneBase | |
| PaneBase(PaneBase) | |
| PaneBase(SerializationInfo, StreamingContext) | |
| PaneBase(String, RectangleF) |
Properties
| BaseDimension | |
| Border | |
| Fill | |
| GraphObjList | |
| IsFontsScaled | |
| IsPenWidthScaled | |
| Legend | |
| Margin | |
| Rect | |
| Tag | |
| Title | |
| TitleGap |
Methods
Fields
| _baseDimension | |
| _border | |
| _fill | |
| _graphObjList | |
| _isFontsScaled | |
| _isPenWidthScaled | |
| _legend | |
| _rect | |
| _tag | |
| _title | |
| _titleGap | |
| schema |
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. |