Partilhar via


Propriedade do RDL ChartMarker

Defines appearance of the data point marker. Applies only within DerivedSeries.

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

Sintaxe

'Declaração
Public Property ChartMarker As ChartMarker
    Get
    Set
'Uso
Dim instance As ChartSeries
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)