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