SparkVerticalAxis.CustomMinScaleValue Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).