MindFusion.Wpf Pack Programmer's Guide
Chart.MarkShape Property
See Also
 





Gets or sets the shape of marks in the chart, or null (Nothing in Visual Basic), to use alternating shapes.

Namespace: MindFusion.Spreadsheet.Wpf.Charts
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public Nullable<MarkShape> MarkShape { get; set; }

Visual Basic  Copy Code

Public Property MarkShape As Nullable(Of MarkShape)

 Property Value

A member of the MarkShape enumeration or null (Nothing in Visual Basic). The default is null.

 See Also

Chart Members
Chart Class
MindFusion.Spreadsheet.Wpf.Charts Namespace