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


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