Gets or sets the modifier key, which when hold down, allows repordering of the chart columns. This is a dependency property.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public ModifierKeys ColumnReorderKey { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ColumnReorderKey As ModifierKeys |
A member of the ModifierKeys enumeration.
See Also