SpreadsheetGear 2017
XValues Property (ISeries)






SpreadsheetGear.Charts Namespace > ISeries Interface : XValues Property
Gets or sets the x values for the series.
Syntax
'Declaration
 
Property XValues As System.Object
'Usage
 
Dim instance As ISeries
Dim value As System.Object
 
instance.XValues = value
 
value = instance.XValues
System.object XValues {get; set;}
read-write property XValues: System.TObject; 
function get,set XValues : System.Object
__property System.Object* get_XValues();
__property void set_XValues( 
   System.Object* value
);
property System.Object^ XValues {
   System.Object^ get();
   void set (    System.Object^ 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

ISeries Interface
ISeries Members
BubbleSizes Property
Values Property