SizeDoubleXYZSetValues Method |
LightningChart .NET Help
Set width and height values.
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic void SetValues(
double width,
double height,
double depth
)
Public Sub SetValues (
width As Double,
height As Double,
depth As Double
)
public:
void SetValues(
double width,
double height,
double depth
)
Parameters
- width
- Type: SystemDouble
Width. - height
- Type: SystemDouble
Height. - depth
- Type: SystemDouble
Depth.
See Also