or
radRibbonBarTemplate.Expanded = false;Me.RadRichTextBox1.Document = New RadDocument()Dim provider As New HtmlFormatProvider()Me.RadRichTextBox1.Document = provider.Import(Me.DataSetBindingSource.Current("TEXT2")) 'html from databaseMe.RadRichTextBox1.Document.CaretPosition.MoveToFirstPositionInDocument()Me.RadRichTextBox1.IsReadOnly = True


Hello,
I am using the telerik winform components specially the bar char view. I created a bar series where we set the combine mode to bar100 so that we can see the percentage values at the x-axes. My problem is that we want to display the percentage values directly at the bars instead at absolute values.
Does anybody know how I can display the relative value at the bars?
Karim