ChartElementOutline.Markers Property

.NET Framework (current version)
 

Gets or sets the marker points.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

public ReadOnlyCollection<PointF> Markers { get; internal set; }

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<PointF>

An array of PointF values that represent the marker points.

.NET Framework
Available since 4.0
Return to top
Show: