MindFusion.Charting Programmer's Guide

BarChart.TopLabelMargin Property

See Also
 





Gets or sets the margin between the top label and its border.

Namespace: MindFusion.Charting.WebForms
Assembly: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public float TopLabelMargin { get; }

Visual Basic  Copy Code

Public ReadOnly 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