DdsChart is a container class that defines a chart populated by data from an IBM i Record.
For a list of all members of this type, see DdsChart Members.
For a brief explanation of this control in action, see DdsChart Description.
Applicable Products:
Monarch, Wings, Mobile RPG
Inheritance Hierarchy
ASNA.Monarch.WebDspF ASNA.Monarch.WebDspF.DdsChart
Syntax
public class DdsChart
Thread Safety
Any public static (Shared) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.
Remarks
An instance of DdsChart represents an on-screen chart.
The default style for a DdsChart is a column chart. Each DdsChart is defined by a subfile controller that contains the following elements:
Subfile Controller: ControllerName CatgoryTitle Field ValueTitle Field DataLabels Field SeriesX Legend SeriesX Color
containing a Category and a number of series which describe the datapoints to be represented.
Each subfile record also contains the following syntax
Subfile Record SubfileName Series1 Series2 ... SeriesN
Requirements
Namespace: ASNA.Monarch.WebDspF
Assembly: ASNA.Monarch.WebDspF.DLL
Platforms: Windows Server 2012, Windows Server 2012 R2, Windows Server 2016, Windows 7, Windows 8 Pro
