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.Charting.SeriesXY
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic void GetContourRoutes(
out List<List<PointDouble2D[]>> listContourRoutes,
out List<double> lContourLevelValues,
out List<Color> lContourLevelColors
)
Public Sub GetContourRoutes (
<OutAttribute> ByRef listContourRoutes As List(Of List(Of PointDouble2D())),
<OutAttribute> ByRef lContourLevelValues As List(Of Double),
<OutAttribute> ByRef lContourLevelColors As List(Of Color)
)
public:
void GetContourRoutes(
[OutAttribute] List<List<array<PointDouble2D>^>^>^% listContourRoutes,
[OutAttribute] List<double>^% lContourLevelValues,
[OutAttribute] 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