ChartAxis.SyncMaximum 属性

定义

获取或设置 ChartAxis 的同步是否为最大值。

public:
 property bool SyncMaximum { bool get(); void set(bool value); };
[System.ComponentModel.DefaultValue(false)]
[System.Xml.Serialization.XmlElement(Namespace="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner")]
public bool SyncMaximum { get; set; }
[<System.ComponentModel.DefaultValue(false)>]
[<System.Xml.Serialization.XmlElement(Namespace="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner")>]
member this.SyncMaximum : bool with get, set
Public Property SyncMaximum As Boolean

属性值

如果 ChartAxis 的同步为最大值,则为 True;否则为 false

属性

适用于