Property | Type | Description | |
---|---|---|---|
m_oNodeXLControl | NodeXLControl | ||
m_oReadabilityMetricUserSettings | ReadabilityMetricUserSettings | ||
m_oReadabilityMetricsDialogUserSettings | ReadabilityMetricsDialogUserSettings | ||
m_oWorkbook | Microsoft.Office.Interop.Excel.Workbook |
Method | Description | |
---|---|---|
AssertValid ( ) : void | ||
ReadabilityMetricsDialog ( NodeXLControl nodeXLControl, Microsoft workbook ) : System |
Initializes a new instance of the
|
Method | Description | |
---|---|---|
CalculateReadabilityMetrics ( Boolean bEmptySelectionIsError ) : Boolean | ||
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
DoDataExchange ( Boolean bFromControls ) : Boolean | ||
GetReadabilityMetricCheckBoxes ( ) : CheckBox[] | ||
OnCheckOrUncheckAll ( object sender, System e ) : void | ||
OnVerticesMoved ( object sender, VerticesMovedEventArgs e ) : void | ||
RecalculateReadabilityMetrics ( ) : void |
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
OnGraphLaidOut ( object sender, AsyncCompletedEventArgs e ) : void | ||
ReadabilityMetricsDialog_FormClosing ( object sender, FormClosingEventArgs e ) : void | ||
btnCalculateNow_Click ( object sender, EventArgs e ) : void | ||
btnClose_Click ( object sender, EventArgs e ) : void |
protected CalculateReadabilityMetrics ( Boolean bEmptySelectionIsError ) : Boolean | ||
bEmptySelectionIsError | Boolean | |
return | Boolean |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected DoDataExchange ( Boolean bFromControls ) : Boolean | ||
bFromControls | Boolean | |
return | Boolean |
protected GetReadabilityMetricCheckBoxes ( ) : CheckBox[] | ||
return | CheckBox[] |
protected OnCheckOrUncheckAll ( object sender, System e ) : void | ||
sender | object | |
e | System | |
return | void |
protected OnVerticesMoved ( object sender, VerticesMovedEventArgs e ) : void | ||
sender | object | |
e | VerticesMovedEventArgs | |
return | void |
public ReadabilityMetricsDialog ( NodeXLControl nodeXLControl, Microsoft workbook ) : System | ||
nodeXLControl | NodeXLControl | /// NodeXLControl containing the graph. /// |
workbook | Microsoft | /// Workbook containing the graph data. /// |
return | System |
protected RecalculateReadabilityMetrics ( ) : void | ||
return | void |
protected NodeXLControl m_oNodeXLControl | ||
return | NodeXLControl |
protected ReadabilityMetricUserSettings m_oReadabilityMetricUserSettings | ||
return | ReadabilityMetricUserSettings |
protected ReadabilityMetricsDialogUserSettings m_oReadabilityMetricsDialogUserSettings | ||
return | ReadabilityMetricsDialogUserSettings |