Class DiagramHelper
Extension class for StockSharp.Xaml.Diagram.
Namespace: StockSharp.Xaml.Diagram
Assembly: StockSharp.Xaml.Diagram.dll
Syntax
public static class DiagramHelper : Object
Methods
GetDiagramElements()
Get all diagram elements.
Declaration
public static IEnumerable<DiagramElement> GetDiagramElements()
Returns
Type | Description |
---|---|
IEnumerable<DiagramElement> | All diagram elements. |
IsBrowsable(SchemeTypes)
Determine the specified type is browsable.
Declaration
public static bool IsBrowsable(this SchemeTypes type)
Parameters
Type | Name | Description |
---|---|---|
SchemeTypes | type | Scheme type. |
Returns
Type | Description |
---|---|
Boolean | Check result. |