ChartElementOutline.Markers Propiedad

Definición

Obtiene o establece los puntos del marcador.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Drawing::PointF> ^ Markers { System::Collections::ObjectModel::ReadOnlyCollection<System::Drawing::PointF> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Drawing.PointF> Markers { get; }
member this.Markers : System.Collections.ObjectModel.ReadOnlyCollection<System.Drawing.PointF>
Public ReadOnly Property Markers As ReadOnlyCollection(Of PointF)

Valor de propiedad

ReadOnlyCollection<PointF>

Una matriz de valores PointF que representan los puntos de marcador.

Se aplica a