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
)
Public Function SeriesSettings (
settingsType As NChartSeriesSettingsTypes
) As INChartSeriesSettings
public:
virtual INChartSeriesSettings^ SeriesSettings(
[InAttribute] NChartSeriesSettingsTypes settingsType
) sealed
Parameters
- settingsType
- Type: NChart3D_UWPNChartSeriesSettingsTypes
Settings type for the series.
Return Value
Type:
INChartSeriesSettingsSettings of the given class.
See Also