MindFusion.Wpf Pack Programmer's Guide
CandlestickSeries.InnerLabelFormat Property
See Also
 





Gets or sets a string specifying how price values are formatted when shown as inner labels.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public string InnerLabelFormat { get; set; }

Visual Basic  Copy Code

Public Property InnerLabelFormat As String

 Property Value

A string containing .NET format specifiers. The default value is "Open = {0}, Close = {1}".

 Remarks

This string is passed as argument to String.Format along with Open, Close, Low and High members of StockPrice, in that order.

 See Also

CandlestickSeries Members
CandlestickSeries Class
MindFusion.Charting.Wpf Namespace