Gets or sets the format of data related to this axis. This is a dependency property.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public ValueFormat ValueFormat { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ValueFormat As ValueFormat |
A member of the ValueFormat enumeration. The default is Number.
See Also