Propriété ChartMarker
Defines appearance of the data point marker. Applies only within DerivedSeries.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property ChartMarker As ChartMarker
Get
Set
'Utilisation
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)
Valeur de propriété
Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .ChartMarker
A ChartMarker object.