MindFusion.Charting Programmer's Guide

BarChart.InnerLabelMargin Property

See Also
 





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

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

 Syntax

C#  Copy Code

public float InnerLabelMargin { get; }

Visual Basic  Copy Code

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