Sdílet prostřednictvím


ChartLegendCustomItem.ChartMarker Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Defines appearance of the item marker.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property ChartMarker As ChartMarker 
    Get 
    Set
'Usage
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)

Property Value

Type: Microsoft.ReportingServices.RdlObjectModel.ChartMarker
A ChartMarker object.

See Also

Reference

ChartLegendCustomItem Class

Microsoft.ReportingServices.RdlObjectModel Namespace