Axis.MaximumScale Property

Definition

Returns or sets the maximum value on the value axis. Read/write.

public:
 property double MaximumScale { double get(); void set(double value); };
public double MaximumScale { get; set; }
member this.MaximumScale : double with get, set
Public Property MaximumScale As Double

Property Value

Double

Remarks

Setting this property sets the MaximumScaleIsAuto property to False.

Applies to