Nevron .NET Vision
Nevron.Chart Namespace / NLegendItemCellData Class / UseCustomLineWidth Property


In This Topic
    UseCustomLineWidth Property
    In This Topic
    Whether the cell will use a custom mark line width for this item
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(False)>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.CategoryAttribute("Appearance")>
    <System.ComponentModel.DescriptionAttribute("Whether the cell will use a custom mark line width for this item")>
    Public Property UseCustomLineWidth As System.Boolean
    'Usage
     
    
    Dim instance As NLegendItemCellData
    Dim value As System.Boolean
     
    instance.UseCustomLineWidth = value
     
    value = instance.UseCustomLineWidth
    [System.ComponentModel.DefaultValue(false)]
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.Category("Appearance")]
    [System.ComponentModel.Description("Whether the cell will use a custom mark line width for this item")]
    public System.bool UseCustomLineWidth {get; set;}
    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