Sets the data hole value, performing appropriate conversions from the passed object to the internal double storage value.
[Visual Basic]
Public Sub SetHole( _
ByVal o As Object _
)
[C#]
public void SetHole(
object o
);
[Delphi]
public procedure SetHole(
o: Object
);
Parameters
o
An object representing the passed datatype.
Remarks
This method sets the hole value by passing any appropriate datatype. The passed object is appropriately converted to the internal store value - a double. The hole property can also be used to set the hole value, but only accepts double values.
See Also
ChartData Class | ChartData Members | C1.Win.C1Chart Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |