SpreadsheetGear 2017
MarkerStyle Property (IPoint)






SpreadsheetGear.Charts Namespace > IPoint Interface : MarkerStyle Property
Gets or sets the property which specifies the marker style.
Syntax
'Declaration
 
Property MarkerStyle As MarkerStyle
'Usage
 
Dim instance As IPoint
Dim value As MarkerStyle
 
instance.MarkerStyle = value
 
value = instance.MarkerStyle
MarkerStyle MarkerStyle {get; set;}
read-write property MarkerStyle: MarkerStyle; 
function get,set MarkerStyle : MarkerStyle
__property MarkerStyle get_MarkerStyle();
__property void set_MarkerStyle( 
   MarkerStyle value
);
property MarkerStyle MarkerStyle {
   MarkerStyle get();
   void set (    MarkerStyle value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IPoint Interface
IPoint Members