Xceed Chart for WinForms v4.4 Documentation
Style Property (Markers)
Example 


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > Markers Class : Style Property
Defines the style of the data point markers
Syntax
'Declaration
 
<DescriptionAttribute("Defines the style of the data point markers")>
<CategoryAttribute("General")>
<DefaultValueAttribute()>
Public Property Style As PointStyle
'Usage
 
Dim instance As Markers
Dim value As PointStyle
 
instance.Style = value
 
value = instance.Style
[Description("Defines the style of the data point markers")]
[Category("General")]
[DefaultValue()]
public PointStyle Style {get; set;}
Remarks
By default set to Bar
Example
The following code displays a line series with sphere marks
line.Markers.Visible = True
line.Markers.Style = PointStyle.Sphere
line.Markers.Visible = true;
line.Markers.Style = PointStyle.Sphere;
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 Class
Markers Members