次の方法で共有


ChartDataPoint.ChartMarker プロパティ

データ ポイント マーカーの外観を定義します。

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

構文

'宣言
Public Property ChartMarker As ChartMarker 
    Get 
    Set
'使用
Dim instance As ChartDataPoint 
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 オブジェクト。

関連項目

参照

ChartDataPoint クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間