SpreadsheetGear 2017
AutoText Property (IDataLabels)






SpreadsheetGear.Charts Namespace > IDataLabels Interface : AutoText Property
Gets or sets the property which specifies whether the text is automatically generated based on the data label type.
Syntax
'Declaration
 
Property AutoText As System.Boolean
'Usage
 
Dim instance As IDataLabels
Dim value As System.Boolean
 
instance.AutoText = value
 
value = instance.AutoText
System.bool AutoText {get; set;}
read-write property AutoText: System.Boolean; 
function get,set AutoText : System.boolean
__property System.bool get_AutoText();
__property void set_AutoText( 
   System.bool value
);
property System.bool AutoText {
   System.bool get();
   void set (    System.bool 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

IDataLabels Interface
IDataLabels Members