ChartElementOutline.Markers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the array of marker points.
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)
Property Value
An array of PointF values that represents the marker points.
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.