MeshModelUpdateFillColors Method |
LightningChart .NET Help
Update mesh colors. The color order must be identical with
GeometryConstructed event vertex array.
Namespace:
Arction.Wpf.Charting.Views.View3D
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic void UpdateFillColors(
int[] colors
)
Public Sub UpdateFillColors (
colors As Integer()
)
public:
void UpdateFillColors(
array<int>^ colors
)
Parameters
- colors
- Type: SystemInt32
Array of colors.
See Also