Axis.MinimumScale Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the minimum value on the value axis. Read/write.
public:
property double MinimumScale { double get(); void set(double value); };
public double MinimumScale { get; set; }
member this.MinimumScale : double with get, set
Public Property MinimumScale As Double
Property Value
Double
Remarks
Setting this property sets the MinimumScaleIsAuto property to False.