DWSIM Class Library Documentation
C#VB
    Show/Hide TOC
    • Loading...

    PaneBase Class

    Definition

    Namespace: ZedGraph
    Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
    C#Request Example
    public abstract class PaneBase : ICloneable
    VBRequest Example
    Public MustInherit Class PaneBase
    	Implements ICloneable
    Inheritance
    Object    PaneBase
    Derived
    ZedGraphGraphPane
    ZedGraphMasterPane
    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

    CalcClientRect 
    CalcScaleFactor 
    Draw 
    DrawPaneFrame 
    DrawTitle 
    GetImage 
    GetImage(Int32, Boolean) 
    GetImage(Int32, Int32, Single) 
    GetImage(Int32, Int32, Single, Boolean) 
    GetMetafile 
    GetMetafile(Int32, Int32) 
    GetMetafile(Int32, Int32, Boolean) 
    GetObjectData 
    MakeImage 
    ReSize 
    ScaledPenWidth 
    ShallowClone 

    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

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

    See Also

    Reference

    ZedGraph Namespace

    In This Article

    • Definition
    • Constructors
    • Properties
    • Methods
    • Fields
    • Extension Methods
    • Explicit Interface Implementations
    • See Also

    DWSIM is open-source software, released under the GPL v3 license. (c) 2008-2026 Daniel Medeiros and contributors

    Send comments on this topic to Daniel Medeiros