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


In This Topic
    UseCustomMarkSize Property
    In This Topic
    Whether the cell will use a custom mark size 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 size for this item")>
    Public Property UseCustomMarkSize As System.Boolean
    'Usage
     
    
    Dim instance As NLegendItemCellData
    Dim value As System.Boolean
     
    instance.UseCustomMarkSize = value
     
    value = instance.UseCustomMarkSize
    [System.ComponentModel.DefaultValue(false)]
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.Category("Appearance")]
    [System.ComponentModel.Description("Whether the cell will use a custom mark size for this item")]
    public System.bool UseCustomMarkSize {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