SparkVerticalAxis.CustomMinScaleValue 属性

定义

获取或设置迷你图垂直轴的自定义最小值。

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

属性值

迷你图垂直轴的自定义最小值。

注解

读/写。

CustomMinScaleValue仅当指定SparkVerticalAxis对象的 属性设置为 xlSparkScaleCustom (3) 时MinScaleType,才能返回或设置该属性。

适用于