ChartElementOutline.Markers プロパティ

定義

マーカー ポイントの配列を取得または設定します。

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)

プロパティ値

マーカー ポイントを表す PointF 値の配列。

適用対象