Gets or sets a string specifying how price values are formatted when shown as inner labels.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public string InnerLabelFormat { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property InnerLabelFormat As String |
A string containing .NET format specifiers. The default value is "Open = {0}, Close = {1}".
RemarksThis string is passed as argument to String.Format along with Open, Close, Low and High members of StockPrice, in that order.
See Also