Xceed Chart for WinForms v4.4 Documentation
Style Property (AxisConstLine)


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > AxisConstLine Class : Style Property
The style of the constant line.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<CategoryAttribute("Appearance")>
<DescriptionAttribute("The line is displayed at this value on the corresponding axis")>
Public Property Style As ConstLineStyle
'Usage
 
Dim instance As AxisConstLine
Dim value As ConstLineStyle
 
instance.Style = value
 
value = instance.Style
[DefaultValue()]
[Category("Appearance")]
[Description("The line is displayed at this value on the corresponding axis")]
public ConstLineStyle Style {get; set;}
Remarks
By default set to Line.
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

AxisConstLine Class
AxisConstLine Members