グラデーション用の XML を定義しました。
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
<gradient
android:startColor="#9acd32"
android:endColor="#ffffff"
android:angle="180"
/>
次のコードでグラデーションを使用したい。
XYRegionFormatter regionFormatter3 = new XYRegionFormatter(Color.BLUE);
Color.BLUE の代わりに
それの使い方?