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






Syntax

Visual Basic (Declaration) 
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BrowsableAttribute(False)>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
Public ReadOnly Property PredefinedCollection As ChartSeriesMarkerCollection
Visual Basic (Usage)Copy Code
Dim instance As ChartSeriesMarkerCollectionSettings
Dim value As ChartSeriesMarkerCollection
 
value = instance.PredefinedCollection
C# 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
public ChartSeriesMarkerCollection PredefinedCollection {get;}
Delphi 
public read-only property PredefinedCollection: ChartSeriesMarkerCollection; 
JScript 
DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
BrowsableAttribute()
PersistenceModeAttribute(PersistenceMode.InnerProperty)
NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
public function get PredefinedCollection : ChartSeriesMarkerCollection
Managed Extensions for C++ 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property ChartSeriesMarkerCollection* get_PredefinedCollection();
C++/CLI 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property ChartSeriesMarkerCollection^ PredefinedCollection {
   ChartSeriesMarkerCollection^ 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.