Gets or sets the size of the shapes in the legend. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public double ShapeSize { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShapeSize As Double |
A double value. The default is 10.
See Also