Search found 4 matches

by Norrbotten68
Tue Mar 28, 2023 2:18 pm
Forum: LightningChart Ultimate WinForms
Topic: ColorTheme.Dark
Replies: 2
Views: 8868

ColorTheme.Dark

What is the base color in Dark. I need to change the color over first chart so it will be as in the chart.
Grey part is not the chart
by Norrbotten68
Sun Nov 27, 2022 2:16 pm
Forum: LightningChart Ultimate WPF
Topic: Change colour on LightningChart
Replies: 1
Views: 1122

Change colour on LightningChart

Hi
how can I change the colour of LightningChart sides which are not axis.
Please see attached here image for better understanding. I need to change the orange line to white (for example). I know how to do this for axisY and axisX , but those lines are not any of them.
by Norrbotten68
Sat Nov 26, 2022 8:11 am
Forum: LightningChart Ultimate WPF
Topic: Maximum amount of major devotions on axisY
Replies: 1
Views: 2651

Maximum amount of major devotions on axisY

Hi.
How can I limit the amount of major devotions on axis. Some time it is too much and I wold like to have max 10-15 of them. But I have to be sure to get readable values such as 0,5,1 ,...10 those are easy for user to understand not as 0.33 .
Thank you .
by Norrbotten68
Mon Sep 12, 2022 5:33 pm
Forum: LightningChart Ultimate WPF
Topic: Two Y axis
Replies: 1
Views: 2782

Two Y axis

Hi I will add second Y-axis ( to the right) to XY chart . if I use this AxisY axisY = new AxisY(_chart.ViewXY); ; axisY.SetRange(0, 20); axisY.LabelsNumberFormat = "0"; axisY.AutoFormatLabels = false; _chart.ViewXY.AxisLayout.YAxisAutoPlacement = YAxisAutoPlacement.AllLeft; AxisY axisY2 = ...