Gets or sets the data for the chart, when not retrieved from a database.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
SyntaxC#
Copy Code
|
|---|
public IList Data { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Data As IList |
See Also