ViewRoundBaseGetChartDiameterAndCenter Method |
LightningChart .NET Help
Get Smith or Polar charts outer diameter and center point in screen coordinates.
Namespace:
Arction.Wpf.ChartingMVVM.Views.ViewRound
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic bool GetChartDiameterAndCenter(
out int diameter,
out int centerX,
out int centerY
)
Public Function GetChartDiameterAndCenter (
<OutAttribute> ByRef diameter As Integer,
<OutAttribute> ByRef centerX As Integer,
<OutAttribute> ByRef centerY As Integer
) As Boolean
public:
bool GetChartDiameterAndCenter(
[OutAttribute] int% diameter,
[OutAttribute] int% centerX,
[OutAttribute] int% centerY
)
Parameters
- diameter
- Type: SystemInt32
Diameter (2 * radius). - centerX
- Type: SystemInt32
Center point X. - centerY
- Type: SystemInt32
Center point Y.
Return Value
Type:
BooleanTrue if successfully resolved.
See Also