Click or drag to resize

MeshModelUpdateWireframeColors Method

LightningChart .NET Help
Update mesh wireframe colors. The color order must be identical with GeometryConstructed event vertex array.

Namespace:  Arction.WinForms.Charting.Views.View3D
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public void UpdateWireframeColors(
	int[] colors
)

Parameters

colors
Type: SystemInt32
Array of colors.
See Also