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.254.0.0 (8.254.0.0)
Syntaxpublic 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:
IEnumerableChart
See Also