当前位置:网站首页>Devaxpress: range selection control rangecontrol uses
Devaxpress: range selection control rangecontrol uses
2022-07-03 14:48:00 【Jack1009HF】
DevExpress: Range selection control RangeControl Use
When developing chart software , The display range of the line chart is too long .RangeControl Control can easily select the range of the graphic display area , You can more intuitively analyze the trend of the chart line 、 Details are displayed .
This is a summary of the use in project development ,DevExpress The version is 15.1,RangeControl Control is bound to ChartControl On the graph control .
One 、 Control style
take RangeControl Control is dragged into the form , There will be a new RangeControl Control .RangeControl The style of the control will be displayed with the bound control .
In the project , take RangeControl( Next ) Control is bound to ChartControl( On ) On the graph control .
DevExpress Official description page of , take RangeControl( On ) Control is bound to SchedulerControl( Next ) Controls .
Two 、 Common operations
1. Data binding
Click to select RangeControl Control , Find... In attributes Client, binding ChartControl Control . In the project ChartControl Of name The attribute is chartControl, You can bind the corresponding controls according to your own development needs .
2. Appearance properties
| attribute | Set up |
|---|---|
| Selection Type | Thumb/Flag/ThumbAndFlag |
| ShowLabels | True/False |
| ShowZoomScrollBar | True/False |
Selection Type
Use SelectionType attribute , You can specify the mode in which the end user uses the mouse to select the data range and whether to display the flag indicating the binding value .
ShowLabels
Use ShowLabels Attribute can hide scales and labels , Visible by default .
ShowZoomScrollBar
Users use the mouse to scroll and zoom RangeControl The visible range of .
3. Control orientation
By choice Orientation Properties of Vertical/Horizontal, Set up RangeControl Is the direction of vertical or horizontal .
4. Minimum spacing
The default dragged control has the smallest visible range , Cannot continue to narrow down .
By setting ChartControl in XYDiagram Properties in , Change it to ChartGrid It can be adjusted to any size . Note that ChartControl In the inner circle XYDiagram, Is not ChartControl.
The effect of the change :
3、 ... and 、 Use effect

边栏推荐
- 洛谷P5194 [USACO05DEC]Scales S 题解
- 分布式事务(Seata) 四大模式详解
- Code writing and playing method of tonybot humanoid robot at fixed distance
- Some concepts about agile
- Qt—绘制其他东西
- Zzuli:1052 sum of sequence 4
- 牛客 BM83 字符串變形(大小寫轉換,字符串反轉,字符串替換)
- Zzuli:1046 product of odd numbers
- 洛谷P3065 [USACO12DEC]First! G 题解
- Zzuli:1041 sum of sequence 2
猜你喜欢

Four data flows and cases of grpc

远程服务器后台挂起 nohup

The picture quality has been improved! LR enhancement details_ Lightroom turns on AI photo detail enhancement: picture clarity increases by 30%

ShowMeBug入驻腾讯会议,开启专业级技术面试时代

Frequently asked questions: PHP LDAP_ add(): Add: Undefined attribute type in

Protobuf and grpc

PS tips - draw green earth with a brush

Zzuli:1053 sine function

Happy capital new dual currency fund nearly 4billion yuan completed its first account closing

提高效率 Or 增加成本,开发人员应如何理解结对编程?
随机推荐
Zzuli:1040 sum of sequence 1
Use of constraintlayout
[qingniaochangping campus of Peking University] in the Internet industry, which positions are more popular as they get older?
Déformation de la chaîne bm83 de niuke (conversion de cas, inversion de chaîne, remplacement de chaîne)
dllexport和dllimport
PHP GD image upload bypass
Zzuli:1049 square sum and cubic sum
Zzuli:1057 prime number determination
NOI OPENJUDGE 1.3(06)
Zzuli:1043 max
To improve efficiency or increase costs, how should developers understand pair programming?
Common shortcut keys in PCB
Zzuli:1046 product of odd numbers
The picture quality has been improved! LR enhancement details_ Lightroom turns on AI photo detail enhancement: picture clarity increases by 30%
Implement Gobang with C language
Niuke: crossing the river
C language DUP function
Luogu p5536 [xr-3] core city solution
How to color ordinary landscape photos, PS tutorial
ConstraintLayout 的使用