Gets or sets the points for the vertical grid lines when GridType is set to Custom.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
C# 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.