SparkVerticalAxis.CustomMinScaleValue Property

Definition

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

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

Property Value

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

Applies to