Graph 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 GraphPane : PaneBase, ICloneable,
ISerializableVB
<SerializableAttribute>
Public Class GraphPane
Inherits PaneBase
Implements ICloneable, ISerializable- Implements
- ICloneable, ISerializable
Constructors
| GraphPane | |
| GraphPane(GraphPane) | |
| GraphPane(SerializationInfo, StreamingContext) | |
| GraphPane(RectangleF, String, String, String) |
Properties
| BarSettings | |
| BaseDimension | (Inherited from PaneBase) |
| Border | (Inherited from PaneBase) |
| Chart | |
| CurveList | |
| Fill | (Inherited from PaneBase) |
| GraphObjList | (Inherited from PaneBase) |
| IsAlignGrids | |
| IsBoundedRanges | |
| IsFontsScaled | (Inherited from PaneBase) |
| IsIgnoreInitial | |
| IsIgnoreMissing | |
| IsPenWidthScaled | (Inherited from PaneBase) |
| IsZoomed | |
| Legend | (Inherited from PaneBase) |
| LineType | |
| Margin | (Inherited from PaneBase) |
| Rect | (Inherited from PaneBase) |
| Tag | (Inherited from PaneBase) |
| Title | (Inherited from PaneBase) |
| TitleGap | (Inherited from PaneBase) |
| X2Axis | |
| XAxis | |
| Y2Axis | |
| Y2AxisList | |
| YAxis | |
| YAxisList | |
| ZoomStack |
Methods
Events
Fields
| _baseDimension | (Inherited from PaneBase) |
| _border | (Inherited from PaneBase) |
| _curveList | |
| _fill | (Inherited from PaneBase) |
| _graphObjList | (Inherited from PaneBase) |
| _isAlignGrids | |
| _isBoundedRanges | |
| _isFontsScaled | (Inherited from PaneBase) |
| _isIgnoreInitial | |
| _isIgnoreMissing | |
| _isPenWidthScaled | (Inherited from PaneBase) |
| _legend | (Inherited from PaneBase) |
| _lineType | |
| _rect | (Inherited from PaneBase) |
| _tag | (Inherited from PaneBase) |
| _title | (Inherited from PaneBase) |
| _titleGap | (Inherited from PaneBase) |
| _x2Axis | |
| _xAxis | |
| _y2AxisList | |
| _yAxisList | |
| _zoomStack | |
| 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. |