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


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > Markers Class : Depth Property
Controls the depth of the data point marker in model units
Syntax
'Declaration
 
<CategoryAttribute("Size")>
<DefaultValueAttribute()>
<DescriptionAttribute("Controls the depth of the data point marker in model units if AutoDepth is set to false")>
Public Property Depth As Single
'Usage
 
Dim instance As Markers
Dim value As Single
 
instance.Depth = value
 
value = instance.Depth
[Category("Size")]
[DefaultValue()]
[Description("Controls the depth of the data point marker in model units if AutoDepth is set to false")]
public float Depth {get; set;}
Remarks
By default set to 2.5f
Example
The following code increases the depth of a line series marks
line.Markers.Depth = 2.75F
line.Markers.Depth = 2.75f;
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