Click or drag to resize

MeshModelUpdateFillColors Method

LightningChart .NET Help
Update mesh 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 UpdateFillColors(
	int[] colors
)

Parameters

colors
Type: SystemInt32
Array of colors.
See Also