DataTemplateCharts Property |
A list of the
Charts that have been configured for this data source.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public IEnumerable<Chart> Charts { get; }
Public ReadOnly Property Charts As IEnumerable(Of Chart)
Get
public:
property IEnumerable<Chart^>^ Charts {
IEnumerable<Chart^>^ get ();
}
member Charts : IEnumerable<Chart> with get
Property Value
Type:
IEnumerableChartSee Also