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


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > EmptyDataPointsAppearance Class : Markers Property
Controls the appearance of the empty data points markers
Syntax
'Declaration
 
<CategoryAttribute("Empty Data Points Appearance")>
<DescriptionAttribute("Controls the appearance of the empty data points markers when the Mode is set to Marker")>
Public Property Markers As Markers
'Usage
 
Dim instance As EmptyDataPointsAppearance
Dim value As Markers
 
instance.Markers = value
 
value = instance.Markers
[Category("Empty Data Points Appearance")]
[Description("Controls the appearance of the empty data points markers when the Mode is set to Marker")]
public Markers Markers {get; set;}
Remarks
Empty data points are displayed with the marker appearance settings if the Mode is set to Marker
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

EmptyDataPointsAppearance Class
EmptyDataPointsAppearance Members