Click or drag to resize
INChartLineSeriesSettings Interface
The INChartLineSeriesSettings interface provides global settings for INChartLineSeries.

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

The INChartLineSeriesSettings type exposes the following members.

Properties
  NameDescription
Public propertyAnimationType
Animation type of the transition. The default value is NChartLineAnimationType.GrowUp.
Public propertyInternalSettings
Return internal class.
(Inherited from INChartSeriesSettings.)
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.
(Inherited from INChartSeriesSettings.)
Public propertySettingsType
Return own settings type from NChartSeriesSettingsTypes enum.
(Inherited from INChartSeriesSettings.)
Top
See Also