言語

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

プロパティ値

True ChartAxisの同期が最大であれば、false

属性

適用対象