Xceed Chart for WinForms v4.4 Documentation
Markers Class
Members 


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace : Markers Class
Controls the appearance of the markers displayed for each data point by the associated series.
Object Model
Markers Class
Syntax
'Declaration
 
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
<SerializableAttribute()>
Public Class Markers 
'Usage
 
Dim instance As Markers
[TypeConverter("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[ClassInterface(ClassInterfaceType.AutoDual)]
[Serializable()]
public class Markers 
Remarks
The user can obtain a reference to an instance of this class with the help of the Markers property of the Series class. By default the markers are not displayed. Note that not all series support markers.

The following code obtains a reference to the instance of the Markers class associated with a line series.


Dim markers As Markers =  lineSeries.Markers

Markers markers = lineSeries.Markers;

Inheritance Hierarchy

System.Object
   Xceed.Chart.Core.Markers

Requirements

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

See Also

Reference

Markers Members
Xceed.Chart.Core Namespace