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






Gets the object that controls the scale's label style which controls the appearance of scale's labels 

Syntax

Visual Basic (Declaration) 
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute("setLabelStyle")>
<DescriptionAttribute("Controls the appearance of scale labels")>
<CategoryAttribute("Labels")>
Public ReadOnly Property LabelStyle As ChartScaleLabelStyle
Visual Basic (Usage)Copy Code
Dim instance As ChartAxisSettings
Dim value As ChartScaleLabelStyle
 
value = instance.LabelStyle
C# 
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute("setLabelStyle")]
[DescriptionAttribute("Controls the appearance of scale labels")]
[CategoryAttribute("Labels")]
public ChartScaleLabelStyle LabelStyle {get;}
Delphi 
public read-only property LabelStyle: ChartScaleLabelStyle; 
JScript 
PersistenceModeAttribute(PersistenceMode.InnerProperty)
TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
DefaultValueAttribute()
NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute("setLabelStyle")
DescriptionAttribute("Controls the appearance of scale labels")
CategoryAttribute("Labels")
public function get LabelStyle : ChartScaleLabelStyle
Managed Extensions for C++ 
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute("setLabelStyle")]
[DescriptionAttribute("Controls the appearance of scale labels")]
[CategoryAttribute("Labels")]
public: __property ChartScaleLabelStyle* get_LabelStyle();
C++/CLI 
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute("setLabelStyle")]
[DescriptionAttribute("Controls the appearance of scale labels")]
[CategoryAttribute("Labels")]
public:
property ChartScaleLabelStyle^ LabelStyle {
   ChartScaleLabelStyle^ get();
}

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.