ChartMarker Propiedad
Defines appearance of the data point marker. Applies only within DerivedSeries.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
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)
Valor de la propiedad
Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .ChartMarker
A ChartMarker object.
Vea también