Click or drag to resize
INChartSeriesSettings Interface
The INChartSeriesSettings interface provides basic container for settings that are to be applied for all the series of particular type that are added to the chart. For different types of series there are different classes of containers that are inherited from NChartSeriesSettings. You can add the settings to the chart via AddSeriesSettings method of NChart. The settings are applied to the series while UpdateData call of NChart.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public interface INChartSeriesSettings

The INChartSeriesSettings type exposes the following members.

Properties
  NameDescription
Public propertyInternalSettings
Return internal class.
Public propertyRudimentEnabled
Flag determining if rudiment is allowed. The default value is true. Rudiment is a part of series that remains unused from the previous displayed data set and disappears by the animated transition.
Public propertySettingsType
Return own settings type from NChartSeriesSettingsTypes enum.
Top
See Also