IChildPane
StockSharp.Xaml.Charting
The interface to a child pane in a UltrachartGroup control, which displays 1..Many UltrachartSurface controls in a vertical chart group. Intended specifically for stock charts. Derive from this interface when creating a ViewModel which will form the basis of a Child Pane in a multi-paned stock chart application
Properties
ClosePaneCommand
public ICommand ClosePaneCommand { get; set; }
value = iChildPane.ClosePaneCommand
iChildPane.ClosePaneCommand = value
A command which when invoked, closes the child pane
Title
public string Title { get; set; }
value = iChildPane.Title
iChildPane.Title = value
Gets or sets the Title of this Child Pane
Methods
ZoomExtents
public void ZoomExtents()
iChildPane.ZoomExtents()
Causes the child pane to zoom to extents