言語

ChartAxis.SyncMinimum プロパティ

定義

ChartAxisの同期が最小かどうかを取得または設定します。

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

プロパティ値

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

属性

適用対象