Skip to content

About LineChart #2245

Answered by ArgoZhang
dlyltm asked this question in Q&A
Oct 9, 2023 · 3 comments · 4 replies
Discussion options

You must be logged in to vote

@dlyltm

1 Upgrade chart package to 7.6.1

2 Add the following code

var ds = new ChartDataSource();
ds.Options.XScalesBorderColor = "red";
ds.Options.YScalesBorderColor = "red";

ds.Options.XScalesGridColor = "blue";
ds.Options.XScalesGridTickColor = "blue";
ds.Options.XScalesGridBorderColor = "blue";

ds.Options.YScalesGridColor = "blue";
ds.Options.YScalesGridTickColor = "blue";
ds.Options.YScalesGridBorderColor = "blue";

ref: #2248

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@dlyltm
Comment options

Comment options

You must be logged in to vote
1 reply
@dlyltm
Comment options

Comment options

You must be logged in to vote
2 replies
@dlyltm
Comment options

@ArgoZhang
Comment options

Answer selected by ArgoZhang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants