SparkVerticalAxis.CustomMaxScaleValue 属性

定义

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

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

属性值

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

注解

读/写。

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

适用于