Gets or sets the distance between adjacent entries in the legend.
Namespace: MindFusion.Charting.Blazor
Assembly: MindFusion.Charting.Blazor
SyntaxC#
Copy Code
|
|---|
public double LegendSpacing { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property LegendSpacing As Double |
A double value specifying the distance between legend elements. The default value is 5.
See Also