如何在折线图MPAndroid图表中设置曲线颜色

时间:2020-10-11 16:43:44

标签: android mpandroidchart

我尝试使用以下线形图更改曲线颜色和圆形颜色

<Modal
        presentationStyle="overFullScreen"
        transparent
        visible={true}
    >

        <View style={{
            flex: 1,
            flexDirection: 'column',
            justifyContent: 'center',
            alignItems: 'center'
        }}>
            <View style={{
                backgroundColor: "#fff",
                width: 300,
                height: 300,
           }}>
                <Text>MY TEXT </Text>
            </View>
        </View>
    </Modal>

在MPAndroid图表中。

enter image description here

这是我设置图表的方式:

dataset.setColor()

dataset.setCircleColor()

0 个答案:

没有答案