Proprietà ChartMarker
Defines appearance of the data point marker.
Spazio dei nomi: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Property ChartMarker As ChartMarker
Get
Set
'Utilizzo
Dim instance As ChartDataPoint
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)
Valore proprietà
Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .ChartMarker
A ChartMarker object.
Vedere anche