NChartAddSeriesSettings Method |
Add global settings for the series. If you previously set some settings, they will be overwritten by new ones.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public void AddSeriesSettings(
INChartSeriesSettings settingsType
)
Public Sub AddSeriesSettings (
settingsType As INChartSeriesSettings
)
public:
virtual void AddSeriesSettings(
[InAttribute] INChartSeriesSettings^ settingsType
) sealed
Parameters
- settingsType
- Type: NChart3D_UWPINChartSeriesSettings
See Also