Share via


SparkVerticalAxis.CustomMaxScaleValue Property

Gets or sets the custom maximum 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 CustomMaxScaleValue As Object
    Get
    Set
'Usage
Dim instance As SparkVerticalAxis
Dim value As Object

value = instance.CustomMaxScaleValue

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

Property Value

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

Remarks

Read/write.

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

See Also

Reference

SparkVerticalAxis Interface

SparkVerticalAxis Members

Microsoft.Office.Interop.Excel Namespace