次の方法で共有


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

プロパティ値

ChartAxis の同期が最小の場合は True、それ以外の場合は false です。

属性

適用対象