Gets or sets the maximum value at the y-axis. This is a dependency property.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public Nullable<Double> YMaxValue { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property YMaxValue As Nullable(Of Double) |
A nullable double value. The default is null (Nothing in Visual Basic).
See Also