SpreadsheetGear 2017
Position Property (ILegend)






SpreadsheetGear.Charts Namespace > ILegend Interface : Position Property
Gets or sets the position of the legend.
Syntax
'Declaration
 
Property Position As LegendPosition
'Usage
 
Dim instance As ILegend
Dim value As LegendPosition
 
instance.Position = value
 
value = instance.Position
LegendPosition Position {get; set;}
read-write property Position: LegendPosition; 
function get,set Position : LegendPosition
__property LegendPosition get_Position();
__property void set_Position( 
   LegendPosition value
);
property LegendPosition Position {
   LegendPosition get();
   void set (    LegendPosition 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

ILegend Interface
ILegend Members
Position Property
Position Property
Position Property
Position Property
Position Property