Series.MarkerStyle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the marker style for a point or series in a line chart, scatter chart, or radar chart. Read/write XlMarkerStyle.
public:
property Microsoft::Office::Interop::Word::XlMarkerStyle MarkerStyle { Microsoft::Office::Interop::Word::XlMarkerStyle get(); void set(Microsoft::Office::Interop::Word::XlMarkerStyle value); };
public Microsoft.Office.Interop.Word.XlMarkerStyle MarkerStyle { get; set; }
member this.MarkerStyle : Microsoft.Office.Interop.Word.XlMarkerStyle with get, set
Public Property MarkerStyle As XlMarkerStyle