GridOptionsSmithCustomGridLines Property |
LightningChart .NET Help
List of manually defined gridlines.
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic List<GridOptionsSmithExtraLine> CustomGridLines { get; set; }Public Property CustomGridLines As List(Of GridOptionsSmithExtraLine)
Get
Set
public:
property List<GridOptionsSmithExtraLine^>^ CustomGridLines {
List<GridOptionsSmithExtraLine^>^ get ();
void set (List<GridOptionsSmithExtraLine^>^ value);
}Property Value
Type:
ListGridOptionsSmithExtraLine
See Also