Share via


SparkVerticalAxis.MaxScaleType Property

Gets or sets how the maximum 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 MaxScaleType As XlSparkScale
    Get
    Set
'Usage
Dim instance As SparkVerticalAxis
Dim value As XlSparkScale

value = instance.MaxScaleType

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

Property Value

Type: Microsoft.Office.Interop.Excel.XlSparkScale
Specifies how the maximum 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