ChartMarker 屬性
Defines appearance of the data point marker.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Property ChartMarker As ChartMarker
Get
Set
'用途
Dim instance As ChartEmptyPoints
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)