TimeSeries Views Property NFX Class Library

[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.Temporal
Assembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public OrderedRegistry<SeriesView> Views { get; }

Property Value

Type: OrderedRegistry SeriesView 
See Also