Master Pane 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 MasterPane : PaneBase, ICloneable,
ISerializable, IDeserializationCallbackVB
<SerializableAttribute>
Public Class MasterPane
Inherits PaneBase
Implements ICloneable, ISerializable, IDeserializationCallback- Implements
- ICloneable, IDeserializationCallback, ISerializable
Constructors
| MasterPane | |
| MasterPane(MasterPane) | |
| MasterPane(SerializationInfo, StreamingContext) | |
| MasterPane(String, RectangleF) |
Properties
| BaseDimension | (Inherited from PaneBase) |
| Border | (Inherited from PaneBase) |
| Fill | (Inherited from PaneBase) |
| GraphObjList | (Inherited from PaneBase) |
| InnerPaneGap | |
| IsAntiAlias | |
| IsCommonScaleFactor | |
| IsFontsScaled | (Inherited from PaneBase) |
| IsPenWidthScaled | (Inherited from PaneBase) |
| IsUniformLegendEntries | |
| ItemInt32 | |
| ItemString | |
| Legend | (Inherited from PaneBase) |
| Margin | (Inherited from PaneBase) |
| PaneList | |
| Rect | (Inherited from PaneBase) |
| Tag | (Inherited from PaneBase) |
| Title | (Inherited from PaneBase) |
| TitleGap | (Inherited from PaneBase) |
Methods
Fields
| _baseDimension | (Inherited from PaneBase) |
| _border | (Inherited from PaneBase) |
| _fill | (Inherited from PaneBase) |
| _graphObjList | (Inherited from PaneBase) |
| _isAntiAlias | |
| _isCommonScaleFactor | |
| _isFontsScaled | (Inherited from PaneBase) |
| _isPenWidthScaled | (Inherited from PaneBase) |
| _isUniformLegendEntries | |
| _legend | (Inherited from PaneBase) |
| _rect | (Inherited from PaneBase) |
| _tag | (Inherited from PaneBase) |
| _title | (Inherited from PaneBase) |
| _titleGap | (Inherited from PaneBase) |
| schema2 |
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. |