Click or drag to resize
NChartRemoveSeriesSettings Method
Remove all the global settings for the series by given type.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public void RemoveSeriesSettings(
	NChartSeriesSettingsTypes settingsType
)

Parameters

settingsType
Type: NChart3D_UWPNChartSeriesSettingsTypes
Settings type for the series.
See Also