[]
        
(Showing Draft Content)

C1.Report.DiagramChartField.DataSourceName

DataSourceName Property

DataSourceName

Gets or sets the name of the data source for the chart. The name must match a name of a data source in the report's DataSources collection. Empty string indicates that the main data source will be used.

Declaration
[C1Category("Data")]
[C1Description("DataSourceName", "The diagram's data source. The default is null to use Nodes (unboun mode).")]
public string DataSourceName { get; set; }
<C1Category("Data")>
<C1Description("DataSourceName", "The diagram's data source. The default is null to use Nodes (unboun mode).")>
Public Property DataSourceName As String