C# Класс Smrf.NodeXL.ExcelTemplate.GraphLaidOutEventArgs

Provides event information for the TaskPane.GraphLaidOut and ThisWorkbook.GraphLaidOut events.
Наследование: GraphRectangleEventArgs
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
m_oEdgeIDDictionary IIdentityProvider>.Dictionary
m_oLegendControls IEnumerable
m_oVertexIDDictionary IIdentityProvider>.Dictionary

Открытые методы

Метод Описание
AssertValid ( ) : void
GraphLaidOutEventArgs ( Rectangle graphRectangle, IIdentityProvider>.Dictionary edgeIDDictionary, IIdentityProvider>.Dictionary vertexIDDictionary, NodeXLControl nodeXLControl, IEnumerable legendControls ) : System

Initializes a new instance of the GraphLaidOutEventArgs class.

Описание методов

AssertValid() публичный метод

public AssertValid ( ) : void
Результат void

GraphLaidOutEventArgs() публичный метод

Initializes a new instance of the GraphLaidOutEventArgs class.
public GraphLaidOutEventArgs ( Rectangle graphRectangle, IIdentityProvider>.Dictionary edgeIDDictionary, IIdentityProvider>.Dictionary vertexIDDictionary, NodeXLControl nodeXLControl, IEnumerable legendControls ) : System
graphRectangle System.Drawing.Rectangle /// The rectangle the graph was drawn within. ///
edgeIDDictionary IIdentityProvider>.Dictionary /// Dictionary that maps edge IDs stored in the edge worksheet to edge /// objects in the graph. ///
vertexIDDictionary IIdentityProvider>.Dictionary /// Dictionary that maps vertex IDs stored in the vertex worksheet to /// vertex objects in the graph. ///
nodeXLControl Smrf.NodeXL.Visualization.Wpf.NodeXLControl /// The control in which the graph was laid out. ///
legendControls IEnumerable /// Zero or more legend controls associated with . Can't be null. ///
Результат System

Описание свойств

m_oEdgeIDDictionary защищенное свойство

protected Dictionary m_oEdgeIDDictionary
Результат IIdentityProvider>.Dictionary

m_oLegendControls защищенное свойство

protected IEnumerable m_oLegendControls
Результат IEnumerable

m_oVertexIDDictionary защищенное свойство

protected Dictionary m_oVertexIDDictionary
Результат IIdentityProvider>.Dictionary