MindFusion.Charting Programmer's Guide

BarChart.TopLabelMargin Property

See Also
 





Gets or sets the margin around the top label when drawn with border.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public float TopLabelMargin { get; set; }

Visual Basic  Copy Code

Public Property TopLabelMargin As Single

 Property Value

A float value. Default is 5f.

 Remarks

Use TopLabelBorder to specify the Border draw around top labels. The border rectangle is drawn with TopLabelOutline and filled with TopLabelBackground.

 See Also