Click or drag to resize

IntensitySeriesBaseGetContourRoutes Method

LightningChart .NET Help
Get Contour to the List of levels, which is List of polylines/routes. The contour lines are rebuild with current palette steps' value and color.

Namespace:  Arction.Wpf.ChartingMVVM.SeriesXY
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public void GetContourRoutes(
	out List<List<PointDouble2D[]>> listContourRoutes,
	out List<double> lContourLevelValues,
	out List<Color> lContourLevelColors
)

Parameters

listContourRoutes
Type: System.Collections.GenericListListPointDouble2D
The List of list of polylines for each contour step value.
lContourLevelValues
Type: System.Collections.GenericListDouble
The list of contour's step values.
lContourLevelColors
Type: System.Collections.GenericListColor
The list of contour's step colors.
See Also