Search
Chart.LegendSpacing Property
See Also
 






Gets or sets the distance between adjacent entries in the legend.

Namespace: MindFusion.Charting.Controls
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public double LegendSpacing { get; set; }

Visual Basic  Copy Code

Public Property LegendSpacing As Double

 Property Value

A double value.

 See Also