-
Notifications
You must be signed in to change notification settings - Fork 649
Open
Description
Hello,

I want to know how to fixed the Y-axis scaling of a real-time waveform chart. By default, the Y-axis scaling is automatic. If I want to fixed it to minimize the waveform jumping up and down, what would you recommend doing?
Below is the possible code I found that needs to be changed, do you have any suggestions?
private Axis[] CreateYAxis()
{
return new Axis[]
{
new Axis
{
yAxis.MinLimit = -10000,
yAxis.MaxLimit = 10000,
OR
CustomSeparators = [-10000, 0, 10000]
}
};
}
Looking forward to hearing from you, thanks!
Metadata
Metadata
Assignees
Labels
No labels