[This is preliminary documentation and is subject to change.]
Views that visualize the series data (may be more than one),
for example a market data may have 3 views that show open.close and volume as 3 views based on the same source
Namespace: NFX.WinForms.Controls.ChartKit.TemporalAssembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
public OrderedRegistry<SeriesView> Views { get; }
public OrderedRegistry<SeriesView> Views { get; }
Public ReadOnly Property Views As OrderedRegistry(Of SeriesView)
Get
Public ReadOnly Property Views As OrderedRegistry(Of SeriesView)
Get
public:
property OrderedRegistry<SeriesView^>^ Views {
OrderedRegistry<SeriesView^>^ get ();
}
public:
property OrderedRegistry<SeriesView^>^ Views {
OrderedRegistry<SeriesView^>^ get ();
}
member Views : OrderedRegistry<SeriesView> with get
member Views : OrderedRegistry<SeriesView> with get
Property Value
Type:
OrderedRegistry SeriesView