GraphPane Class

Definition

Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
[SerializableAttribute]
public class GraphPane : PaneBase, ICloneable, 
	ISerializable
Inheritance
Object    PaneBase    GraphPane
Implements
ICloneable, ISerializable

Constructors

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

AddBar(String, IPointList, Color) 
AddBar(String, Double, Double, Color) 
AddCurve(String, IPointList, Color) 
AddCurve(String, Double, Double, Color) 
AddCurve(String, IPointList, Color, SymbolType) 
AddCurve(String, Double, Double, Color, SymbolType) 
AddErrorBar(String, IPointList, Color) 
AddErrorBar(String, Double, Double, Double, Color) 
AddHiLowBar(String, IPointList, Color) 
AddHiLowBar(String, Double, Double, Double, Color) 
AddJapaneseCandleStick 
AddOHLCBar 
AddPieSlice(Double, Color, Double, String) 
AddPieSlice(Double, Color, Color, Single, Double, String) 
AddPieSlices 
AddStick(String, IPointList, Color) 
AddStick(String, Double, Double, Color) 
AddY2Axis 
AddYAxis 
AxisChange 
AxisChange(Graphics) 
AxisRangesValid 
CalcChartRect(Graphics) 
CalcChartRect(Graphics, Single) 
CalcClientRect
(Inherited from PaneBase)
CalcScaleFactor
(Inherited from PaneBase)
Clone 
Draw
(Overrides PaneBaseDraw(Graphics))
DrawPaneFrame
(Inherited from PaneBase)
DrawTitle
(Inherited from PaneBase)
FindContainedObjects 
FindLinkableObject 
FindNearestObject 
FindNearestPoint(PointF, CurveItem, Int32) 
FindNearestPoint(PointF, CurveItem, CurveItem, Int32) 
FindNearestPoint(PointF, CurveList, CurveItem, Int32) 
ForceNumTics 
GeneralTransform(PointF, CoordType) 
GeneralTransform(Double, Double, CoordType) 
GetImage
(Inherited from PaneBase)
GetImage(Int32, Boolean)
(Inherited from PaneBase)
GetImage(Int32, Int32, Single)
(Inherited from PaneBase)
GetImage(Int32, Int32, Single, Boolean)
(Inherited from PaneBase)
GetMetafile
(Inherited from PaneBase)
GetMetafile(Int32, Int32)
(Inherited from PaneBase)
GetMetafile(Int32, Int32, Boolean)
(Inherited from PaneBase)
GetObjectData
(Overrides PaneBaseGetObjectData(SerializationInfo, StreamingContext))
PickScale 
ReSize
(Inherited from PaneBase)
ReverseTransform(PointF, Double, Double) 
ReverseTransform(PointF, Double, Double, Double, Double) 
ReverseTransform(PointF, Double, Double, Double, Double) 
ReverseTransform(PointF, Boolean, Boolean, Int32, Double, Double) 
ScaledPenWidth
(Inherited from PaneBase)
SetMinSpaceBuffer 
SetSpace 
ShallowClone
(Inherited from PaneBase)

Events

Fields

Extension Methods

GetEnumNames
(Defined by General)
IsValidDouble
(Defined by General)

Explicit Interface Implementations

ICloneableCloneCreates a new object that is a copy of the current instance.

See Also