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
Public Interface INChartSeriesSettings
public interface class INChartSeriesSettings
The INChartSeriesSettings type exposes the following members.
Properties
| Name | Description |
---|
| InternalSettings |
Return internal class.
|
| RudimentEnabled |
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.
|
| SettingsType |
Return own settings type from NChartSeriesSettingsTypes enum.
|
TopSee Also