Interface IFlowchartDataSourceSettings
Represents to populate the diagram with node from an external flowchart data source.
Inherited Members
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public interface IFlowchartDataSourceSettings : IDataSourceSettings, INotifyPropertyChanged
Properties
ConnectorTextMapping
Gets or sets the property name to map the ConnectorText in the underlying data object to data source item.
Declaration
string ConnectorTextMapping { get; set; }
Property Value
Type |
---|
System.String |
ContentMapping
Gets or sets the property name to map the content in the underlying data object to data source item.
Declaration
string ContentMapping { get; set; }
Property Value
Type |
---|
System.String |
HeightMapping
Gets or sets the property name to map the Height in the underlying data object to data source item.
Declaration
string HeightMapping { get; set; }
Property Value
Type |
---|
System.String |
ShapeMapping
Gets or sets the property name to map the Shape in the underlying data object to data source item.
Declaration
string ShapeMapping { get; set; }
Property Value
Type |
---|
System.String |
WidthMapping
Gets or sets the property name to map the Width in the underlying data object to data source item.
Declaration
string WidthMapping { get; set; }
Property Value
Type |
---|
System.String |