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


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > Markers Class : Visible Property
Controls the visibility of the data point markers
Syntax
'Declaration
 
<DefaultValueAttribute()>
<DescriptionAttribute("Controls the visibility of the data point markers")>
<CategoryAttribute("General")>
Public Property Visible As Boolean
'Usage
 
Dim instance As Markers
Dim value As Boolean
 
instance.Visible = value
 
value = instance.Visible
[DefaultValue()]
[Description("Controls the visibility of the data point markers")]
[Category("General")]
public bool Visible {get; set;}
Remarks
By default set to false
Example
The following code shows the markers of a line series.
lineSeries.Markers.Visible = True
lineSeries.Markers.Visible = true;
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