Gives you access to the Markers object controlling the appearance of the data point markers.
The following code shows the markers of a line series in blue color and changes
the marker shape to sphere.
line.Markers.Visible = True
line.Markers.FIllEffect.SetSolidColor(Color.Blue)
line.Markers.Style = PointStyle.Sphere
line.Markers.Visible = true;
line.Markers.FIllEffect.SetSolidColor(Color.Blue);
line.Markers.Style = PointStyle.Sphere;
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2