SpreadsheetGear 2017
ScaleType Property (IAxis)






SpreadsheetGear.Charts Namespace > IAxis Interface : ScaleType Property
Gets or sets the property which specifies the scale type on a value axis.
Syntax
'Declaration
 
Property ScaleType As ScaleType
'Usage
 
Dim instance As IAxis
Dim value As ScaleType
 
instance.ScaleType = value
 
value = instance.ScaleType
ScaleType ScaleType {get; set;}
read-write property ScaleType: ScaleType; 
function get,set ScaleType : ScaleType
__property ScaleType get_ScaleType();
__property void set_ScaleType( 
   ScaleType value
);
property ScaleType ScaleType {
   ScaleType get();
   void set (    ScaleType 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

IAxis Interface
IAxis Members