Click or drag to resize
NChartBrushScale Constructor
Initializes a new instance of the NChartBrushScale class

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public NChartBrushScale(
	IReadOnlyList<INChartBrush> brushes,
	IReadOnlyList<double> values
)

Parameters

brushes
Type: System.Collections.GenericIReadOnlyListINChartBrush
values
Type: System.Collections.GenericIReadOnlyListDouble
See Also