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

    Scale Class

    Definition

    Namespace: ZedGraph
    Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
    C#Request Example
    [SerializableAttribute]
    public abstract class Scale : ISerializable
    VBRequest Example
    <SerializableAttribute>
    Public MustInherit Class Scale
    	Implements ISerializable
    Inheritance
    Object    Scale
    Implements
    ISerializable

    Constructors

    Scale(Axis) 
    Scale(Scale, Axis) 
    Scale(SerializationInfo, StreamingContext) 

    Properties

    Align 
    AlignH 
    BaseTic 
    Exponent 
    FontSpec 
    Format 
    FormatAuto 
    IsAnyOrdinal 
    IsDate 
    IsExponent 
    IsLabelsInside 
    IsLog 
    IsOrdinal 
    IsPreventLabelOverlap 
    IsReverse 
    IsSkipCrossLabel 
    IsSkipFirstLabel 
    IsSkipLastLabel 
    IsText 
    IsUseTenPower 
    IsVisible 
    LabelGap 
    Mag 
    MagAuto 
    MajorStep 
    MajorStepAuto 
    MajorUnit 
    Max 
    MaxAuto 
    MaxGrace 
    Min 
    MinAuto 
    MinGrace 
    MinorStep 
    MinorStepAuto 
    MinorUnit 
    TextLabels 
    Type 

    Methods

    CalcBoundedStepSize 
    CalcMaxLabels 
    CalcStepSize 
    Clone 
    DeLinearize 
    GetClusterWidth(Double) 
    GetClusterWidth(GraphPane) 
    GetObjectData 
    Linearize 
    LocalTransform 
    MakeNewScale 
    MyMod 
    PickScale 
    ReverseTransform 
    SafeExp 
    SafeLog 
    SetupScaleData 
    Transform(Double) 
    Transform(Boolean, Int32, Double) 

    Fields

    schema 

    Extension Methods

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

    See Also

    Reference

    ZedGraph Namespace

    In This Article

    • Definition
    • Constructors
    • Properties
    • Methods
    • Fields
    • Extension Methods
    • 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