Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.
Comments
object inspector and edit marks properties
The problem is that I create the series via code, as follows the example below. The report is just the blank chart and fill in the code.
and which property should be changed to not get the text on top of another?
TfrxChartView(Sender).AddSeries(TfrxChartSeries.csBar);
TfrxChartView(Sender).Chart.Series[0].LegendTitle := '09/10/2013';
TfrxChartView(Sender).Chart.Series[0].Marks.Style := smsValue;
TfrxChartView(Sender).SeriesData[0].DataType := dtFixedData;
TfrxChartView(Sender).SeriesData[0].XSource := 'value1; value2; value3';
TfrxChartView(Sender).SeriesData[0].YSource := '31.5;28.54;31.58';