Share via


SparkVerticalAxis.MinScaleType Property

Gets or sets how the minimum value of the vertical axis of the sparkline is scaled relative to other sparklines in the group.

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

Syntax

'Declaration
Property MinScaleType As XlSparkScale
    Get
    Set
'Usage
Dim instance As SparkVerticalAxis
Dim value As XlSparkScale

value = instance.MinScaleType

instance.MinScaleType = value
XlSparkScale MinScaleType { get; set; }

Property Value

Type: Microsoft.Office.Interop.Excel.XlSparkScale
Specifies how the minimum value of the vertical axis of the sparkline is scaled relative to other sparklines in the group.

Remarks

Read/write.

See Also

Reference

SparkVerticalAxis Interface

SparkVerticalAxis Members

Microsoft.Office.Interop.Excel Namespace