MindFusion.Charting for Silverlight Programmer's Guide
CustomInterval.MaxValue Property
See Also
 






Gets or sets the end of this custom interval. This is a dependency property.

Namespace: MindFusion.Gauges.Silverlight
Assembly: MindFusion.Gauges.Silverlight

 Syntax

C#  Copy Code

public double MaxValue { get; set; }

Visual Basic  Copy Code

Public Property MaxValue As Double

 Property Value

A double value.

 Remarks

If this property is not set, positive infinity will be considered as the end of the interval.

 See Also

CustomInterval Members
CustomInterval Class
MindFusion.Gauges.Silverlight Namespace
MinValue Property