Styling RIA OLAP controls
Posted by - NA - on 28 January 2009 10:47 AM
|
|||||||||
ASP.NET RIA OLAP controls use Silverlight application as client side. It allows you to visualize OLAP data with maximal efficiency. Thus, RIA controls are much more flexible in setting the visual part of the OLAP-report. This article discusses the most effective ways to set the control's appearance. There are two principal ways of setting control appearance:
There is a skin gallery:
The most reasonable way would be to combine those two: first, select the most suitable skin for the desired control appearance, and then, perform the fine setting, correcting the visual properties of separate parts. The basic control settings, like background, foreground and font, can be adjusted through the appropriate control properties. The appearance of the rest of control areas is configured by the following properties: ![]() As a rule, these properties allow you to set the background and font color as well as the font's size and type face. The background filling may be either solid or gradient. | |||||||||
|