|
-
Mar 30th, 2025, 04:08 PM
#1
Thread Starter
Lively Member
Four line MSChart: how can I add filled circles as data markers?
Why doesn't my VtChChartType2dXY chart show any data markers. I have 10 data points on each of 4 smooth, slightly curved visible lines, but markers don't show.
Code:
With oOut.MSChart1.PLOT
.SeriesCollection(JJJ).DataPoints(-1).Marker.Size = 50
.SeriesCollection(JJJ).DataPoints(-1).Marker.Style = VtMarkerStyleFilledCircle
.SeriesCollection(JJJ).DataPoints(-1).Marker.Visible = True
End With
JJJ values are 1,3,5,7 corresponding to the x columns of the data array.
Q1 Is my syntax correct?
Q2 Is there a webpage showing all possible formatting words available for line and scatter plots?
Q3 What are the ways to adjust the horizontal and vertical gridlines, like width, dashed, dots, etc.?
Last edited by StanH; Mar 30th, 2025 at 04:41 PM.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|