Gets or sets the width of the left panel in the chart. This is a dependency property.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public double LeftPanelWidth { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property LeftPanelWidth As Double |
A double value specifying the width of the left panel. The default is 500.
See Also