SparkVerticalAxis.CustomMaxScaleValue Property

Definition

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

public:
 property System::Object ^ CustomMaxScaleValue { System::Object ^ get(); void set(System::Object ^ value); };
public object CustomMaxScaleValue { get; set; }
Public Property CustomMaxScaleValue As Object

Property Value

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).

Applies to