10-18-2012 04:08 AM
Sir,
I observed default theme for Measurement Studio WPF graph control is white..
Are there any other built in (available) themes for measurement studio WPF Graph control??
If not how can i implement some theme for Graph control?
10-18-2012 09:43 AM
Unfortunately, we do not yet have any alternate themes available for our controls. However, like any other WPF control, the graph does offer full Styling and Templating support.
All of the standard appearance properties from Control are available (e.g. Background, Foreground, BorderBrush, etc), as well as graph-specific properties like PlotAreaBackground. Scales, cursors, and other graph children offer a similar set of customizable properties. These settings can be saved in a Style to apply to multiple control instances across an application.