Property | Type | Description | |
---|---|---|---|
BindPointXProperty | |||
BindPointYProperty |
Method | Description | |
---|---|---|
GetBindPointX ( UIElement element ) : double | ||
GetBindPointY ( UIElement element ) : double | ||
GraphControlBase ( ) : System | ||
SetBindPointX ( UIElement element, double x ) : void | ||
SetBindPointY ( UIElement element, double y ) : void |
Method | Description | |
---|---|---|
GetVisualChild ( int index ) : Visual | ||
OnGraphItemsUpdated ( GraphItemUpdateOptions options ) : void | ||
PrepareItemOverride ( |
Method | Description | |
---|---|---|
GraphItemsCollectionChanged ( object sender, |
||
InvalidateParentArrange ( UIElement element ) : void | ||
ItemUpdated ( object sender, |
||
PrepareItem ( |
||
SubscribeToItemsUpdating ( GraphItemCollection collection ) : void | ||
UnsubscribeFromItemsUpdating ( GraphItemCollection collection ) : void |
public static GetBindPointX ( UIElement element ) : double | ||
element | UIElement | |
return | double |
public static GetBindPointY ( UIElement element ) : double | ||
element | UIElement | |
return | double |
protected GetVisualChild ( int index ) : Visual | ||
index | int | |
return | Visual |
protected OnGraphItemsUpdated ( GraphItemUpdateOptions options ) : void | ||
options | GraphItemUpdateOptions | |
return | void |
protected PrepareItemOverride ( |
||
item | ||
return | void |
public static SetBindPointX ( UIElement element, double x ) : void | ||
element | UIElement | |
x | double | |
return | void |
public static SetBindPointY ( UIElement element, double y ) : void | ||
element | UIElement | |
y | double | |
return | void |
public static DependencyProperty,System.Windows BindPointXProperty | ||
return |