Offset Property (DataLabelBase)
In This Topic
Gets or sets the offset from label to the data point.
Syntax
'Declaration
Public Property Offset As System.Double
'Usage
Dim instance As DataLabelBase
Dim value As System.Double
instance.Offset = value
value = instance.Offset
public System.double Offset {get; set;}
public read-write property Offset: System.Double;
public function get,set Offset : System.double
public: __property System.double get_Offset();
public: __property void set_Offset(
System.double value
);
public:
property System.double Offset {
System.double get();
void set ( System.double value);
}
See Also