Nevron.Chart Namespace / NLegend Class / ScaleLegendGridLines Property


ScaleLegendGridLines Property
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
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