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

Namespace: Mindscape.SilverlightElements.Charting
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

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

Remarks

This property can be used for programmatic panning and zooming.

See Also