Propriété ChartMarker
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
Defines appearance of the item marker.
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 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)
Valeur de propriété
Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .ChartMarker
A ChartMarker object.
Voir aussi