AxisSmithBaseGridReal Property |
LightningChart .NET Help
Gridline options for the real-part grid.
Namespace:
Arction.WinForms.Charting.Axes
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(false)]
public GridOptionsSmith GridReal { get; set; }<DefaultValueAttribute(false)>
Public Property GridReal As GridOptionsSmith
Get
Set
public:
[DefaultValueAttribute(false)]
property GridOptionsSmith^ GridReal {
GridOptionsSmith^ get ();
void set (GridOptionsSmith^ value);
}Property Value
Type:
GridOptionsSmith
See Also