
'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
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;
System.Object
Xceed.Chart.Core.Markers
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