Click or drag to resize

ViewRoundBaseGetChartDiameterAndCenter Method

LightningChart .NET Help
Get Smith or Polar charts outer diameter and center point in screen coordinates.

Namespace:  Arction.Wpf.Charting.Views.ViewRound
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public bool GetChartDiameterAndCenter(
	out int diameter,
	out int centerX,
	out int centerY
)

Parameters

diameter
Type: SystemInt32
Diameter (2 * radius).
centerX
Type: SystemInt32
Center point X.
centerY
Type: SystemInt32
Center point Y.

Return Value

Type: Boolean
True if successfully resolved.
See Also