Dundas Chart for ASP.NET
Visual Basic
Visual BasicCopy Code
Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load<CRLF> <CRLF> ' Filter out all points except 10 data points, that correspond to the first series with the largest Y values<CRLF> Chart1.DataManipulator.FilterTopN (10, "Series1
Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.