Gets or sets the format of the values displayed for each tick. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public string TickTextFormat { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property TickTextFormat As String |
A string value specifying the tick value formatting.
See Also