
'Declaration <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)> <TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)> <SerializableAttribute()> Public Class Markers
'Usage Dim instance As Markers
[ClassInterface(ClassInterfaceType.AutoDual)] [TypeConverter(System.ComponentModel.ExpandableObjectConverter)] [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
Name | Description | |
---|---|---|
![]() | AutoDepth | When set to true the component automatically determines the marker depth |
![]() | Border | Gives you access to teh LineProperties object controlling the appearance of the data point markers |
![]() | Depth | Controls the depth of the data point marker in model units |
![]() | FillEffect | Gives you access to the fill effect applied on the data point markers |
![]() | Height | Controls the height of the data point marker in model units |
![]() | Style | Defines the style of the data point markers |
![]() | VertAlign | Controls the vertical alignment of the data point markers |
![]() | Visible | Controls the visibility of the data point markers |
![]() | Width | Controls the width of the data point marker in model units |
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