MindFusion WinForms Programmer's Guide
BarChart.InnerLabelCustomFormat Property
See Also
 





Gets or sets the format for inner labels when InnerLabelFormat is set to Custom.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public string InnerLabelCustomFormat { get; set; }

Visual Basic  Copy Code

Public Property InnerLabelCustomFormat As String

 Property Value

A string value specifying the custom format. Default value is the number with no trailing zeros ("0").

 Remarks

The property is used when InnerLabelFormat is set to NumberFormat.Custom.

 See Also

BarChart Members
BarChart Class
MindFusion.Charting Namespace