toggle menu
FastReport Forum
FastReport Forum
Categories
Discussions
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Fast Reports Products
›
FastReport 4.0
Other marks on
Haroldo
March 2014
edited 3:51PM
in
FastReport 4.0
What can be done to remove the marks (is circled) which is one over the other?
Comments
gordk
St.Catherines On. Canada.
March 2014
edited 3:51PM
in designer select the chart then edit the chart, then select each series and then go to marks in
object inspector and edit marks properties
Haroldo
March 2014
edited 3:51PM
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';
Leave a Comment
Paragraph
H2
Toggle Heading Menu
List Unordered
Toggle Heading Menu
Quote
Toggle Heading Menu
Paragraph
Paragraph
H2
Heading 2
H3
Heading 3
H4
Heading 4
H5
Heading 5
List Unordered
Bulleted List
List Ordered
Ordered List
Indent
Indent
Outdent
Outdent
Quote
Quote
Paragraph Code Block
Code Block
Spoiler
Spoiler
Bold
Italic
Strikethrough
Paragraph Code Block
Link
Close
Emoji
Embed
Home
•
FastReport 4.0
Comment As ...
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';