Click or drag to resize
NChartSeriesSettings Method
Get settings of given settings class. If there were no settings set, default settings container for the given type is returned.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public INChartSeriesSettings SeriesSettings(
	NChartSeriesSettingsTypes settingsType
)

Parameters

settingsType
Type: NChart3D_UWPNChartSeriesSettingsTypes
Settings type for the series.

Return Value

Type: INChartSeriesSettings
Settings of the given class.
See Also