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






Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<DescriptionAttribute("Specifies the marker mode for empty data points")>
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("Empty Data Points Appearance")>
Public Property MarkerMode As EmptyDataPointsMarkerMode
Visual Basic (Usage)Copy Code
Dim instance As ChartEmptyDataPointsStyle
Dim value As EmptyDataPointsMarkerMode
 
instance.MarkerMode = value
 
value = instance.MarkerMode
C# 
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Specifies the marker mode for empty data points")]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Empty Data Points Appearance")]
public EmptyDataPointsMarkerMode MarkerMode {get; set;}
Delphi 
public read-write property MarkerMode: EmptyDataPointsMarkerMode; 
JScript 
DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
DescriptionAttribute("Specifies the marker mode for empty data points")
NotifyParentPropertyAttribute()
CategoryAttribute("Empty Data Points Appearance")
public function get,set MarkerMode : EmptyDataPointsMarkerMode
Managed Extensions for C++ 
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Specifies the marker mode for empty data points")]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Empty Data Points Appearance")]
public: __property EmptyDataPointsMarkerMode get_MarkerMode();
public: __property void set_MarkerMode( 
   EmptyDataPointsMarkerMode value
);
C++/CLI 
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Specifies the marker mode for empty data points")]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Empty Data Points Appearance")]
public:
property EmptyDataPointsMarkerMode MarkerMode {
   EmptyDataPointsMarkerMode get();
   void set (    EmptyDataPointsMarkerMode 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.