Nevron .NET Vision
Nevron.Chart Namespace / NLegend Class / ScaleLegendGridLines Property


In This Topic
    ScaleLegendGridLines Property
    In This Topic
    Whether or not legend grid lines should be scaled when the legend is in Stretch or Fit bounds mode.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Panel")>
    <System.ComponentModel.DescriptionAttribute("Whether or not legend grid lines should be scaled when the legend is in Stretch or Fit bounds mode.")>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property ScaleLegendGridLines As System.Boolean
    'Usage
     
    
    Dim instance As NLegend
    Dim value As System.Boolean
     
    instance.ScaleLegendGridLines = value
     
    value = instance.ScaleLegendGridLines
    [System.ComponentModel.Category("Panel")]
    [System.ComponentModel.Description("Whether or not legend grid lines should be scaled when the legend is in Stretch or Fit bounds mode.")]
    [System.Xml.Serialization.XmlAttribute()]
    public System.bool ScaleLegendGridLines {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