|
IGraphPane | CreatePane (string title, double sizePct, bool hideLegend, bool addToTop=false) |
| Create new graph pane pane name pane size true if legend should be hided add to top or bottom
|
|
IGraphPane | CreateGraphPane (string name, string title, bool addToTop=false) |
| Create new graph pane pane name pane title add to top or bottom
|
|
ICanvasPane | CreateCanvasPane (string name, string title, bool addToTop=false) |
| Create new canvas pane pane name pane title add to top or bottom
|
|
IControlPane | CreateControlPane (string id, string name, string title, bool addToTop=false) |
| Create new control pane pane id pane name pane title add to top or bottom
|
|
IDataGridPane | CreateDataGridPane (string name, string title, int displayIndexValueX, string formatValueX, string headerValueX, bool isVisibleValueX, TextAlignment textAlignmentValueX, int?widthValueX, int displayIndexDateTime, string formatDateTime, string headerDateTime, bool isVisibleDateTime, TextAlignment textAlignmentDateTime, int?widthDateTime, bool addToTop=false) |
| Create new canvas pane pane name pane title display index value x format value x header value x is visible value x text alignment value x width value x display index date-time format date-time header date-time is visible date-time text alignment date-time width date-time add to top or bottom
|
|