MindFusion.Charting Programmer's Guide

BarChart.InnerLabelMargin Property

See Also
 





Gets or sets the margin around the inner label and its border.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public float InnerLabelMargin { get; set; }

Visual Basic  Copy Code

Public Property InnerLabelMargin As Single

 Property Value

A float value. Default is 5f.

 Remarks

InnerLabelBorder specifies the Border drawn around bar inner labels. The border rectangle is drawn with InnerLabelOutline and filled with InnerLabelBackground.

 See Also