You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by al...@apache.org on 2018/08/29 10:06:17 UTC

[royale-asjs] branch feature/MXRoyale updated: Update BarSeries

This is an automated email from the ASF dual-hosted git repository.

alinakazi pushed a commit to branch feature/MXRoyale
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/feature/MXRoyale by this push:
     new db5ba1c  Update BarSeries
db5ba1c is described below

commit db5ba1c35b192a618663576c9f0ec647cce33668
Author: alinakazi <AL...@GMAIL.COM>
AuthorDate: Wed Aug 29 15:06:15 2018 +0500

    Update BarSeries
    
    undo last pull request changes
---
 .../src/main/royale/mx/charts/series/BarSeries.as       | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/charts/series/BarSeries.as b/frameworks/projects/MXRoyale/src/main/royale/mx/charts/series/BarSeries.as
index 50c7f2b..2636488 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/charts/series/BarSeries.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/charts/series/BarSeries.as
@@ -129,23 +129,6 @@ public class BarSeries extends org.apache.royale.charts.supportClasses.BarSeries
         _displayName = value;
     } 
     
-    Override public function get xField():String
-	{
-	return null;
-	}
-    Override  public function set xField(value:String):void
-	{
-	}
-	
-	Override  public function get yField():String
-	{
-	return null;
-	}
-   Override  public function set yField(value:String):void
-	{
-	}
-  
-    
     
 	
 }