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






Syntax

Visual Basic (Declaration) 
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<ISNet.Serialization.BinarySerializableAttribute("setEmptyDataPointStyle")>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<DescriptionAttribute("Controls the appearance of the empty data points.")>
<CategoryAttribute("Styles")>
Public ReadOnly Property EmptyDataPointStyle As ChartEmptyDataPointsStyle
Visual Basic (Usage)Copy Code
Dim instance As Series
Dim value As ChartEmptyDataPointsStyle
 
value = instance.EmptyDataPointStyle
C# 
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[ISNet.Serialization.BinarySerializableAttribute("setEmptyDataPointStyle")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DescriptionAttribute("Controls the appearance of the empty data points.")]
[CategoryAttribute("Styles")]
public ChartEmptyDataPointsStyle EmptyDataPointStyle {get;}
Delphi 
public read-only property EmptyDataPointStyle: ChartEmptyDataPointsStyle; 
JScript 
TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
ISNet.Serialization.BinarySerializableAttribute("setEmptyDataPointStyle")
NotifyParentPropertyAttribute()
DefaultValueAttribute()
PersistenceModeAttribute(PersistenceMode.InnerProperty)
DescriptionAttribute("Controls the appearance of the empty data points.")
CategoryAttribute("Styles")
public function get EmptyDataPointStyle : ChartEmptyDataPointsStyle
Managed Extensions for C++ 
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[ISNet.Serialization.BinarySerializableAttribute("setEmptyDataPointStyle")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DescriptionAttribute("Controls the appearance of the empty data points.")]
[CategoryAttribute("Styles")]
public: __property ChartEmptyDataPointsStyle* get_EmptyDataPointStyle();
C++/CLI 
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[ISNet.Serialization.BinarySerializableAttribute("setEmptyDataPointStyle")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DescriptionAttribute("Controls the appearance of the empty data points.")]
[CategoryAttribute("Styles")]
public:
property ChartEmptyDataPointsStyle^ EmptyDataPointStyle {
   ChartEmptyDataPointsStyle^ 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.