Axis.IsStartedFromZero 属性    
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个标志,该标志指示在所有数据点值均为正值时是否将轴的最小值自动设置为零。 如果存在负数据点值,则将使用数据点的最小值。
public:
 property bool IsStartedFromZero { bool get(); void set(bool value); };[System.ComponentModel.Bindable(true)]
public bool IsStartedFromZero { get; set; }[<System.ComponentModel.Bindable(true)>]
member this.IsStartedFromZero : bool with get, setPublic Property IsStartedFromZero As Boolean属性值
如果在所有数据点值均为正值时将轴的最小值自动设置为零,则为 true;否则为 false。
- 属性