Xceed Chart for WinForms v4.4 Documentation
AutoDepth Property


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > Markers Class : AutoDepth Property
When set to true the component automatically determines the marker depth
Syntax
'Declaration
 
<DescriptionAttribute("When set to true the component automatically determines the marker depth")>
<CategoryAttribute("Size")>
<DefaultValueAttribute()>
Public Property AutoDepth As Boolean
'Usage
 
Dim instance As Markers
Dim value As Boolean
 
instance.AutoDepth = value
 
value = instance.AutoDepth
[Description("When set to true the component automatically determines the marker depth")]
[Category("Size")]
[DefaultValue()]
public bool AutoDepth {get; set;}
Remarks
If this property is set to true the value of the Depth property is ignored
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