Results 1 to 1 of 1

Thread: Four line MSChart: how can I add filled circles as data markers?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2010
    Location
    North St Paul, Minnesota
    Posts
    75

    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
  •  



Click Here to Expand Forum to Full Width