Gets or sets the name of the property or member of the bound object, that will be plotted. This is a dependency property.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public string TargetMember { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property TargetMember As String |
A string value specifying the name of a property.
See Also