首页 \ 问答 \ 在DevExpress图表控件中显示栏内的提示数据(Show hint data inside bar in DevExpress chart controls)

在DevExpress图表控件中显示栏内的提示数据(Show hint data inside bar in DevExpress chart controls)

我有一个使用DevExpress条形图控件ASP.NET Web窗体应用程序。 在下面的并排条形图中

需要提示栏里面的数据

我需要根据图像显示一些额外的信息,除了使用系列点的 {提示}模式Hospital Admissions: 130, (65%) )的传统 xy参数值。

现在,我需要在酒吧本身展示它。 就像堆叠条形图 by-default显示的控件一样:

堆积的条形图

如何将工具提示提示数据推送到数据条内部?

任何建议,亲切的人?


I have an ASP.NET web forms application which uses DevExpress's bar chart controls. In the below side-by-side bar chart:

need hint data inside bar

I needed to show some extra information apart from traditional x and y argument-values using series point's {HINT} pattern (Hospital Admissions: 130, (65%)) - as per the image.

Now, I need to show it in the bar itself. Like the control shows by-default for Stacked bar charts:

stacked bar chart

How do I push the Tool tip hint data to be shown inside the data bars?

Any suggestions, kind folks?


原文:https://stackoverflow.com/questions/37652398
更新时间:2022-06-03 21:06

最满意答案

3x可用的唯一原因是因为在Devices属性中,您选择了Universal - 如果您选择Device Specific并仅检查Mac ,则只会看到1x和2x。

5K iMac仅使用2560x1440 @ 2x(因此为5120x2800像素),而不是任何情况下的3倍。 就我所知,iPhone 6 Plus是使用3x图像的唯一设备。


在写作时准确回答! (17/04/15)


The only reason 3x is available is because in the Devices attribute, you've chosen Universal – if you choose Device Specific and check only Mac, you'll see only 1x and 2x.

The 5K iMac just uses 2560x1440 @2x (hence 5120x2800 pixels), not 3x in any case. iPhone 6 Plus is the only device to make use of 3x images, as far as I know.


Answer accurate at time of writing! (17/04/15)

相关问答

更多
  • 确保你的info.plist有NSPrincipalClass和NSApplication键。 根据Qt文档 , NSHighResolutionCapable是可选的,默认情况下为true。 这是我的整个plist供参考:
  • Swift中的#available和friends是对#available中处理新功能和向后兼容性的更复杂方式的简化(和改进)。 如果您正在使用ObjC,则没有直接等效于#available ,因此您必须回归那些旧方法。 可以在SDK兼容性指南中找到Apple的文档。 要旨: 使用最新的Xcode 8.x / macOS 10.12.x(或更高版本)SDK构建项目。 将项目的Base SDK设置为macOS 10.12(或更高版本),将其最小部署目标设置为10.11。 这使得您正在寻找“弱链接”的AppKi ...
  • 我在一个示例项目中尝试使用标准的@ 2x和@ 3x图像,iPhone 6+模拟器使用@ 3x图像。 因此, 似乎有@ 3x图像要完成(如果模拟器实际上复制了设备的行为)。 但奇怪的是,所有的设备(模拟器)似乎都在使用这个@ 3x的图像,当它在项目结构,iPhone 4S / iPhone 5。 苹果缺乏一种潜在的@ 3x架构的沟通,而他们要求开发者发布他们的iOS8应用程序是相当令人困惑的,特别是在模拟器上看到这些结果时。 **从Apple网站编辑**:还可以在Apple的开发者空间“iOS 8新功能”部分 ...
  • 3x可用的唯一原因是因为在Devices属性中,您选择了Universal - 如果您选择Device Specific并仅检查Mac ,则只会看到1x和2x。 5K iMac仅使用2560x1440 @ 2x(因此为5120x2800像素),而不是任何情况下的3倍。 就我所知,iPhone 6 Plus是使用3x图像的唯一设备。 在写作时准确回答! (17/04/15) The only reason 3x is available is because in the Devices attribute, ...
  • import re new_name = re.sub('[0-9]', '', file_name) import re new_name = re.sub('[0-9]', '', file_name)
  • 您可以尝试使用特定于设备的图像。 这样你将拥有专门用于iPad图像(标准和视网膜)和iPhone图像(标准,视网膜和视网膜高清)的插槽。 然后,这只是将正确的图像大小分配给正确的插槽的情况。 尝试此操作后,它会在文件系统中创建一个重复的图像。 但您可以编辑json以将其指向同一文件,然后只删除副本。 Honestly, after doing some research, I don't think asset catalogs were created to accomplish what I'm try ...
  • sqlite3库作为OS X的一部分包含在/usr/lib/ 。 您不应该尝试修改或更换OS X系统库。 这可能会破坏您的系统,并可能会被软件更新删除。 相反,安装一个单独的副本并将您的应用程序链接到该副本。 对于sqllite3,一个简单的解决方案是从MacPorts安装该版本 。 你也可以建立你自己的并安装在/usr/local/lib 。 The sqlite3 library is included as part of OS X in /usr/lib/. You should never att ...
  • 可能不会。 Apple于2012年10月发布了Mac OS X 10.7(10.7.5)的最新更新; 从那以后,libc ++。dylib不太可能被更新(我能想到的唯一例外是安全问题) Xcode随附一组标题,这些标题会根据您定位的SDK进行更改; 如果您定位特定系统(例如10.7),则会获得这些标头。 比较/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/u ...
  • 回答你自己的问题。 归档应用程序。 导出您感兴趣的目标设备的应用程序: 现在查看导出的应用程序内部并查看它包含的资源。 .ipa只是一个.zip文件的另一个名字; 通过更改后缀可以很容易地查看它。 现在您知道iPhone 6 Plus用户将从App Store下载哪些资源。 I performed several additional tests using the procedure proposed by Matt: When minimum deployment target is iOS 6 no ...
  • 我用OSG的PhoneGap的端口MacGap进行了实验。 https://github.com/maccman/macgap 功能有限。 I expermented with MacGap which was a port of Phonegap to OSX. https://github.com/maccman/macgap You are a little limited in features.

相关文章

更多

最新问答

更多
  • 您如何使用git diff文件,并将其应用于同一存储库的副本的本地分支?(How do you take a git diff file, and apply it to a local branch that is a copy of the same repository?)
  • 将长浮点值剪切为2个小数点并复制到字符数组(Cut Long Float Value to 2 decimal points and copy to Character Array)
  • OctoberCMS侧边栏不呈现(OctoberCMS Sidebar not rendering)
  • 页面加载后对象是否有资格进行垃圾回收?(Are objects eligible for garbage collection after the page loads?)
  • codeigniter中的语言不能按预期工作(language in codeigniter doesn' t work as expected)
  • 在计算机拍照在哪里进入
  • 使用cin.get()从c ++中的输入流中丢弃不需要的字符(Using cin.get() to discard unwanted characters from the input stream in c++)
  • No for循环将在for循环中运行。(No for loop will run inside for loop. Testing for primes)
  • 单页应用程序:页面重新加载(Single Page Application: page reload)
  • 在循环中选择具有相似模式的列名称(Selecting Column Name With Similar Pattern in a Loop)
  • System.StackOverflow错误(System.StackOverflow error)
  • KnockoutJS未在嵌套模板上应用beforeRemove和afterAdd(KnockoutJS not applying beforeRemove and afterAdd on nested templates)
  • 散列包括方法和/或嵌套属性(Hash include methods and/or nested attributes)
  • android - 如何避免使用Samsung RFS文件系统延迟/冻结?(android - how to avoid lag/freezes with Samsung RFS filesystem?)
  • TensorFlow:基于索引列表创建新张量(TensorFlow: Create a new tensor based on list of indices)
  • 企业安全培训的各项内容
  • 错误:RPC失败;(error: RPC failed; curl transfer closed with outstanding read data remaining)
  • C#类名中允许哪些字符?(What characters are allowed in C# class name?)
  • NumPy:将int64值存储在np.array中并使用dtype float64并将其转换回整数是否安全?(NumPy: Is it safe to store an int64 value in an np.array with dtype float64 and later convert it back to integer?)
  • 注销后如何隐藏导航portlet?(How to hide navigation portlet after logout?)
  • 将多个行和可变行移动到列(moving multiple and variable rows to columns)
  • 提交表单时忽略基础href,而不使用Javascript(ignore base href when submitting form, without using Javascript)
  • 对setOnInfoWindowClickListener的意图(Intent on setOnInfoWindowClickListener)
  • Angular $资源不会改变方法(Angular $resource doesn't change method)
  • 在Angular 5中不是一个函数(is not a function in Angular 5)
  • 如何配置Composite C1以将.m和桌面作为同一站点提供服务(How to configure Composite C1 to serve .m and desktop as the same site)
  • 不适用:悬停在悬停时:在元素之前[复制](Don't apply :hover when hovering on :before element [duplicate])
  • 常见的python rpc和cli接口(Common python rpc and cli interface)
  • Mysql DB单个字段匹配多个其他字段(Mysql DB single field matching to multiple other fields)
  • 产品页面上的Magento Up出售对齐问题(Magento Up sell alignment issue on the products page)