Click or drag to resize
NChartTouchAreaSeriesSettings Class
The NChartTouchAreaSeriesSettings class provides global settings for NChartTouchAreaSeries.
Inheritance Hierarchy
SystemObject
  NChart3D_UWPNChartTouchAreaSeriesSettings

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public sealed class NChartTouchAreaSeriesSettings : IClosable, 
	INChartSeriesSettings

The NChartTouchAreaSeriesSettings type exposes the following members.

Constructors
  NameDescription
Public methodNChartTouchAreaSeriesSettings
Initializes a new instance of the NChartTouchAreaSeriesSettings class
Top
Properties
  NameDescription
Public propertyAreasDebugMode
Flag allowing you to highlight touch ares with red for debug reasons (if true). The default value is false.
Public propertyBackground
Background image to display on the screen.
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
Methods
  NameDescription
Public methodClose
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also