Nevron .NET Vision
Nevron.Chart Namespace / NAutoLegend Class / AlwaysIncludeMarkSize Property


In This Topic
    AlwaysIncludeMarkSize Property (NAutoLegend)
    In This Topic
    Gets or sets whether the cell will always include the mark size in measurement regardless of whether it has a mark or not
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(False)>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.CategoryAttribute("Appearance")>
    <System.ComponentModel.DescriptionAttribute("Whether the cell will always include the mark size in measurement regardless of whether it has a mark or not")>
    Public Property AlwaysIncludeMarkSize As System.Boolean
    'Usage
     
    
    Dim instance As NAutoLegend
    Dim value As System.Boolean
     
    instance.AlwaysIncludeMarkSize = value
     
    value = instance.AlwaysIncludeMarkSize
    [System.ComponentModel.DefaultValue(false)]
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.Category("Appearance")]
    [System.ComponentModel.Description("Whether the cell will always include the mark size in measurement regardless of whether it has a mark or not")]
    public System.bool AlwaysIncludeMarkSize {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