Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Axis3D Class / Min Property


In This Topic
    Min Property (Axis3D)
    In This Topic
    Gets or sets the minimum value shown on the axis.
    Syntax
    'Declaration
     
    Public Property Min As Double
    'Usage
     
    Dim instance As Axis3D
    Dim value As Double
     
    instance.Min = value
     
    value = instance.Min
    public double Min {get; set;}
    See Also