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
)
Public Sub RemoveSeriesSettings (
settingsType As NChartSeriesSettingsTypes
)
public:
virtual void RemoveSeriesSettings(
[InAttribute] NChartSeriesSettingsTypes settingsType
) sealed
Parameters
- settingsType
- Type: NChart3D_UWPNChartSeriesSettingsTypes
Settings type for the series.
See Also