The format of dates as they will appear in balloons.
Namespace:
am.Charts
Assembly:
am.Charts (in am.Charts.dll)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public string BalloonDateFormat { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property BalloonDateFormat As String |
| Visual C++ |
|---|
public:
property String^ BalloonDateFormat {
String^ get ();
void set (String^ value);
} |
See Also