Nevron Forum
Back
Login
Register
Login
Register
Home
»
Nevron Vision for NET
»
Nevron Chart for .NET
»
Heatmap data zoom
Heatmap data zoom
Post Reply
Heatmap data zoom
View
Flat Ascending
Flat Descending
Threaded
Options
Subscribe to topic
Print This Topic
Goto Topics Forum
Author
Message
Hyunjin Lee
Hyunjin Lee
posted 2 Years Ago
ANSWER
Topic Details
Group: Forum Members
Posts: 2,
Visits: 19
Is it possible to use the 'data zoom' feature in 'nevron
chart
'?
I have coded it as below, but it doesn't seem to be working.
private void InitPlot()
{
n
Chart
Control1.
Chart
s.Clear();
n
Chart
Control1.Panels.Clear();
for (int index = 0; index < 4; ++index)
{
NCartesian
Chart
chart
= new();
n
Chart
Control1.
Chart
s.Add(
chart
);
chart
.Size = new NSizeL(new NLength(100, NRelativeUnit.ParentPercentage), new NLength(100, NRelativeUnit.ParentPercentage));
chart
.UsePlotAspect = true;
chart
.BoundsMode = BoundsMode.Fit;
chart
.Width = 100;
chart
.Height = 100;
}
}
private static void InitializeCoilDesign
Chart
Control(Nevron.
Chart
.WinForm.N
Chart
Control
chart
Control)
{
chart
Control.Controller.Tools.Clear();
chart
Control.Controller.Tools.Add(new NPanelSelectorTool()
{
Focus = true
});
chart
Control.Controller.Tools.Add(new NAxisScrollTool());
chart
Control.Controller.Tools.Add(new NDataZoomTool()
{
WheelZoomAtMouse = true,
BeginDragMouseCommand = new NMouseCommand(MouseAction.Wheel, MouseButton.None, 0)
});
chart
Control.Controller.Tools.Add(new NOffsetTool()
{
BeginDragMouseCommand = new NMouseCommand(MouseAction.Down, MouseButton.Left, 1),
EndDragMouseCommand = new NMouseCommand(MouseAction.Up, MouseButton.Left, 1)
});
}
Reply
Like
0
GO
Merge Selected
Merge into selected topic...
Merge into merge target...
Merge into a specific topic ID...
Open Merge
Post Reply
Similar Topics
Post Quoted Reply
Reading This Topic
Login
Login
Remember Me
Reset Password
Resend Validation Email
Login
Explore
Messages
Mentions
Search