Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / AxisConstLine Class / Style Property


In This Topic
    Style Property (AxisConstLine)
    In This Topic
    The style of the constant line.
    Syntax
    'Declaration
     
    <CategoryAttribute("Appearance")>
    <DescriptionAttribute("The line is displayed at this value on the corresponding axis")>
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property Style As ConstLineStyle
    'Usage
     
    Dim instance As AxisConstLine
    Dim value As ConstLineStyle
     
    instance.Style = value
     
    value = instance.Style
    [Category("Appearance")]
    [Description("The line is displayed at this value on the corresponding axis")]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    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