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