Gets or sets the points for the vertical grid lines when GridType is set to Custom.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public DoubleCollection XGridLines { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property XGridLines As DoubleCollection |
A list of double values specifying coordinates of vertical grid lines.
See Also