इसके माध्यम से साझा किया गया


ChartLegendCustomItem.ChartMarker Property

This API supports the .NET Framework 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)