Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / Appearance Class / DefaultLineProps Property


In This Topic
    DefaultLineProps Property
    In This Topic
    The default line properties.
    Syntax
    'Declaration
     
    <CategoryAttribute("Default Appearance")>
    <DescriptionAttribute("The default line properties. Used when the Mode property is set to DataPoints, but the user has not specified any data point Line properties")>
    Public Property DefaultLineProps As LineProperties
    'Usage
     
    Dim instance As Appearance
    Dim value As LineProperties
     
    instance.DefaultLineProps = value
     
    value = instance.DefaultLineProps
    [Category("Default Appearance")]
    [Description("The default line properties. Used when the Mode property is set to DataPoints, but the user has not specified any data point Line properties")]
    public LineProperties DefaultLineProps {get; set;}
    Remarks
    When the LineMode property is set to AppearanceLineMode.DataPoints and the data series accessible with the help of the LineProperties property is empty the component will use this line property object to display the lines and borders of the series data points.
    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