Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhangKuixun committed Nov 1, 2018
1 parent c9f4fcc commit 9ad3996
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -665,8 +665,7 @@ public void setValueFormatter(IValueFormatter f) {
}

/**
* Sets the color of the value-text (color in which the value-labels are
* drawn) for all DataSets this data object contains.
* 设置文本颜色(绘制标签的颜色),为该数据对象{@see mDataSets}的所有数据集
*
* @param color
*/
Expand All @@ -677,8 +676,7 @@ public void setValueTextColor(int color) {
}

/**
* Sets the same list of value-colors for all DataSets this
* data object contains.
* 设置相同的值颜色列表,为该数据对象{@see mDataSets}的所有数据集
*
* @param colors
*/
Expand All @@ -689,8 +687,7 @@ public void setValueTextColors(List<Integer> colors) {
}

/**
* Sets the Typeface for all value-labels for all DataSets this data object
* contains.
* 设置文本的字体,为该数据对象{@see mDataSets}的所有数据集
*
* @param tf
*/
Expand Down

0 comments on commit 9ad3996

Please sign in to comment.