Gets or sets the chart object associated with this presenter. This is a dependency property.
Namespace: MindFusion.Spreadsheet.Wpf.Charts
Assembly: MindFusion.Spreadsheet.Wpf
SyntaxC#
Copy Code
|
|---|
public Chart Chart { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Chart As Chart |
An instance of the Chart class.
See Also