Click or drag to resize
INChartLegendDelegateSeriesClicked Method
Series is clicked in the legend.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
void SeriesClicked(
	INChartSeries series,
	NChartLegend legend
)

Parameters

series
Type: NChart3D_UWPINChartSeries
Series that is clicked.
legend
Type: NChart3D_UWPNChartLegend
Legend series belongs to.
See Also