다음을 통해 공유


ChartWebPart.Schema Property

Gets the schema information of the data table that is used to share the data between two Chart Web Parts.

Namespace:  Microsoft.Office.Server.WebControls
Assembly:  Microsoft.Office.Server.Chart (in Microsoft.Office.Server.Chart.dll)

Syntax

'Declaration
Public ReadOnly Property Schema As PropertyDescriptorCollection
    Get
'Usage
Dim instance As ChartWebPart
Dim value As PropertyDescriptorCollection

value = instance.Schema
public PropertyDescriptorCollection Schema { get; }

Property Value

Type: System.ComponentModel.PropertyDescriptorCollection
The PropertyDescriptorCollection object that represents the properties collection of the DataRowView object, which is the default view of the DataTable that the Chart Web Part uses to store the Chart Web Part connection provider data.

See Also

Reference

ChartWebPart Class

ChartWebPart Members

Microsoft.Office.Server.WebControls Namespace