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