Share via


SparkVerticalAxis.CustomMinScaleValue Property

Gets or sets the custom minimum value for the vertical axis of a sparkline.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property CustomMinScaleValue As Object
    Get
    Set
'Usage
Dim instance As SparkVerticalAxis
Dim value As Object

value = instance.CustomMinScaleValue

instance.CustomMinScaleValue = value
Object CustomMinScaleValue { get; set; }

Property Value

Type: System.Object
The custom minimum value for the vertical axis of a sparkline.

Remarks

Read/write.

The CustomMinScaleValue property can be returned or set only when the MinScaleType property of the specified SparkVerticalAxis object is set to xlSparkScaleCustom (3).

See Also

Reference

SparkVerticalAxis Interface

SparkVerticalAxis Members

Microsoft.Office.Interop.Excel Namespace