North American Sales: 1-800-231-8588
Global Contacts
My Account
Menu
North American Sales: 1-800-321-8588
My Account
Sign In/Register
Design & Development
Design & Develop
Best Value
Infragistics Ultimate
The complete toolkit for building high performing web, mobile and desktop apps.
Indigo.Design
Use a unified platform for visual design, UX prototyping, code generation and application development.
Web
Ignite UI for Angular
Ignite UI for JavaScript
Ignite UI for React
Ultimate UI for ASP.NET
Indigo.Design
Desktop
Ultimate UI for Windows Forms
Ultimate UI for WPF
Prototyping
Indigo.Design
Mobile
Ultimate UI for Xamarin
Ultimate UI for iOS
Ultimate UI for Android
Automated Testing Tools
Test Automation for Micro Focus UFT: Windows Forms
Test Automation for Micro Focus UFT: WPF
Test Automation for IBM RFT: Windows Forms
UX
Indigo.Design Desktop
Collaborative prototyping and remote usability testing for UX & usability professionals
Indigo.Design
A Unified Platform for Visual Design, UX Prototyping, Code Generation, and App Development
Business Intelligence
Reveal Embedded
Accelerate your time to market with powerful, beautiful dashboards into your apps
Reveal App
Empower everyone in your organization to use data to make smarter business decisions
Team Productivity
Learn & Support
Support
Help & Support Documents
Blogs
Forums
Product Ideas
Reference Applications
Customer Stories
Webinars
eBook & Whitepapers
Events
Free Trials
Pricing
Product Pricing / Buy Online
Renew Existing License
Contact Us
Forums
Ultimate UI for WPF
CREATE NEW POST
Your Privacy Matters
: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use.
Cookie Policy
Close
Selected tags
dynamic
Narrow your results
XamDataGrid
XamChart (Retired)
marker
Series
CategoryXAxis
stored procedure
CellValuePresenterStyle
unboundfield
Line Chart
Stackedcolumnseries
Height
axis
FieldLayout
DataChart
Unbound Field XamDataGrid
DynamicObject
Data Visualization
multiple series
field
Format
Data Binding
Axis Title
XamDataChart
Refresh
Most Viewed
Is there a tool/utility that allows discovery of object/relationships of WPF controls
Not Answered
over 8 years ago
Legend Item Badge issue
Answered
over 1 year ago
XamRibbon and XamRibbonWindow titlebar color and company logo
Answered
over 2 years ago
XamComboEditor with drop down grid
Suggested Answer
over 15 years ago
XamDataTree + MVVM + IsSelected
Not Answered
over 14 years ago
Tags
More
Cancel
Descending
Ascending
1 - 10 of
10 results
for Ultimate UI for WPF
Not Answered
1251651
views
6
replies
How to dynamically create a stacked column series with MVVM Binding
Hi, I am trying to create a dynamic stacked column series that binds to the data in view model. Here is the sample of data I have var ChartData = new ObservableCollection<CityData>(); public...
Answered
1543181
views
3
replies
Color XamDataGrid Cells dynamically from object property
Hello, I have a XamDataGrid that is bound to a collection of custom objects. Each object contains a dictionary that acts as a holder for dynamic selected data. public Dictionary<string,RowData>...
Answered
993171
views
2
replies
Xamdatagrid unbould filed type of dynamic unbound filed
I am creating my data grid clomns dynamically. Each have different data type and precision value. My Parameter class public class Parameter { public string ParameterName { get; set; } public...
Not Answered
1401632
views
4
replies
XamDataGrid add new column and fill from array on fly
I am trying to add new column to xamdatagrid on fly. I am getting the column anseright but I can't fill it. Can someone show me what I am doing wrong. Here is xml <igDP:XamDataGrid DataSource="...
Answered
1978513
views
6
replies
Binding to collection of dynamic objects
Hi, I need to bind a xamDataChart to a collection of objects of type "dynamic", but the chart doesn't draw the points. If I bind the collection to a DataGrid I can see the values of each dynamic object...
Not Answered
460697
views
1
reply
Grid Column Headers not refreshing in Datatable binding
I think, labelPresenter are not refreshing after binding datatable / DataView to XamDataGrid. Can any one tell me the solution, how to refresh column header or LabelPresenter of xamDataGrid This...
Suggested Answer
899688
views
2
replies
Now to troubleshoot fieldlayout when made at runtime?
I read the field metadata from a database table and create the columns at runtime and then bind the datagrid. It works fine most of the time. But sometimes. There will be a character off in the Metadata...
Not Answered
1376554
views
6
replies
Styles and formatting data not applied for axis labels and titles. to Xamchart Control in Invisible state
Issue: Styles and formatting data not applied for axis labels and titles. (working fine in visible state) Applying Styles and formatting data not applied for axis labels and titles in code behind because...
Not Answered
2585554
views
5
replies
Dynamically Change Width and Height of Rectangular Marker in Scatter Chart
Hi. I have an WPF application with a Scatter Chart. I would like to dynamically change the width and height of a rectangular marker on the Scatter Chart in C#. Is that possible? Thanks in advance...
Not Answered
490346
views
1
reply
Need help creating dynamic multi-series lne cart
I don't want to use xaml jut css or data info because the amount to doctors will be grabbed from a database. my code references a stored procedure named GetDoctors to grab a list of names and then another...