Intersoft WebGrid Documentation
ScaleLegendGridLines Property
See Also  Send Feedback
ISNet.WebUI.WebGrid.Chart Namespace > ChartLegendSettings Class : ScaleLegendGridLines Property






Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("Whether or not legend grid lines should be scaled when the legend is in Stretch or Fit bounds mode.")>
<ISNet.Serialization.BinarySerializableAttribute()>
<CategoryAttribute("Panel")>
Public Property ScaleLegendGridLines As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ChartLegendSettings
Dim value As Boolean
 
instance.ScaleLegendGridLines = value
 
value = instance.ScaleLegendGridLines
C# 
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Whether or not legend grid lines should be scaled when the legend is in Stretch or Fit bounds mode.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("Panel")]
public bool ScaleLegendGridLines {get; set;}
Delphi 
public read-write property ScaleLegendGridLines: Boolean; 
JScript 
DefaultValueAttribute()
NotifyParentPropertyAttribute()
DescriptionAttribute("Whether or not legend grid lines should be scaled when the legend is in Stretch or Fit bounds mode.")
ISNet.Serialization.BinarySerializableAttribute()
CategoryAttribute("Panel")
public function get,set ScaleLegendGridLines : boolean
Managed Extensions for C++ 
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Whether or not legend grid lines should be scaled when the legend is in Stretch or Fit bounds mode.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("Panel")]
public: __property bool get_ScaleLegendGridLines();
public: __property void set_ScaleLegendGridLines( 
   bool value
);
C++/CLI 
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Whether or not legend grid lines should be scaled when the legend is in Stretch or Fit bounds mode.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("Panel")]
public:
property bool ScaleLegendGridLines {
   bool get();
   void set (    bool value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.