次の方法で共有


ChartLegendCustomItem.ChartMarker プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

項目のマーカーの外観を定義します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property ChartMarker As ChartMarker 
    Get 
    Set
'使用
Dim instance As ChartLegendCustomItem 
Dim value As ChartMarker 

value = instance.ChartMarker

instance.ChartMarker = value
public ChartMarker ChartMarker { get; set; }
public:
property ChartMarker^ ChartMarker {
    ChartMarker^ get ();
    void set (ChartMarker^ value);
}
member ChartMarker : ChartMarker with get, set
function get ChartMarker () : ChartMarker 
function set ChartMarker (value : ChartMarker)

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel.ChartMarker
ChartMarker オブジェクト。

関連項目

参照

ChartLegendCustomItem クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間