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






Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Options")>
<DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute("setTitlesRibbon")>
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<ISNet.Serialization.XmlSerializableAttribute(True)>
<DescriptionAttribute("Controls the Title Ribbon.")>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<NotifyParentPropertyAttribute(True)>
Public ReadOnly Property TitlesRibbon As ChartTitleRibbonSettings
Visual Basic (Usage)Copy Code
Dim instance As ChartInteractiveUISettings
Dim value As ChartTitleRibbonSettings
 
value = instance.TitlesRibbon
C# 
[CategoryAttribute("Options")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute("setTitlesRibbon")]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[ISNet.Serialization.XmlSerializableAttribute(true)]
[DescriptionAttribute("Controls the Title Ribbon.")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[NotifyParentPropertyAttribute(true)]
public ChartTitleRibbonSettings TitlesRibbon {get;}
Delphi 
public read-only property TitlesRibbon: ChartTitleRibbonSettings; 
JScript 
CategoryAttribute("Options")
DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute("setTitlesRibbon")
TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
ISNet.Serialization.XmlSerializableAttribute()
DescriptionAttribute("Controls the Title Ribbon.")
PersistenceModeAttribute(PersistenceMode.InnerProperty)
NotifyParentPropertyAttribute()
public function get TitlesRibbon : ChartTitleRibbonSettings
Managed Extensions for C++ 
[CategoryAttribute("Options")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute("setTitlesRibbon")]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[ISNet.Serialization.XmlSerializableAttribute(true)]
[DescriptionAttribute("Controls the Title Ribbon.")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[NotifyParentPropertyAttribute(true)]
public: __property ChartTitleRibbonSettings* get_TitlesRibbon();
C++/CLI 
[CategoryAttribute("Options")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute("setTitlesRibbon")]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[ISNet.Serialization.XmlSerializableAttribute(true)]
[DescriptionAttribute("Controls the Title Ribbon.")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[NotifyParentPropertyAttribute(true)]
public:
property ChartTitleRibbonSettings^ TitlesRibbon {
   ChartTitleRibbonSettings^ 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.