'宣言 Protected Friend Overrides Function GetMatchingBuckets( _ ByVal categoryAxis As CategoryAxisBase, _ ByVal buckets As List(Of Double()), _ ByVal bucketSize As Integer, _ ByVal firstBucket As Integer, _ ByVal world As Point, _ ByVal skipUnknowns As Boolean _ ) As Double()
protected internal override double[] GetMatchingBuckets( CategoryAxisBase categoryAxis, List<double[]> buckets, int bucketSize, int firstBucket, Point world, bool skipUnknowns )