Click or drag to resize
PoPieChartRepGetSliceToTranslate Method

Gets the current translation of a slice.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public float GetSliceToTranslate(
	int sliceNumber
)

Parameters

sliceNumber
Type: SystemInt32

Return Value

Type: Single
Remarks

Returns 0 if sliceNumber slice does not exist or sliceNumber slice is not translated, the translation radius otherwise.

See Also