Gets or sets the maximum value that is currently visible on the ChartAxis. This is a dependency property.

Namespace: Mindscape.PhoneElements.Charting
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public double ActualMaximum { get; set; }
Visual Basic
Public Property ActualMaximum As Double
	Get
	Set
Visual C++
public:
property double ActualMaximum {
	double get ();
	void set (double value);
}

Remarks

This property can be used for programmatic panning and zooming.

See Also