AxisXYBaseGridStripColor Property |
LightningChart .NET Help
Grid strip color.
Views AxisLayout.AxisGridStrips property must define the strips to be used in order for this color to have any effect.
Namespace:
Arction.WinForms.Charting.Axes
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic Color GridStripColor { get; set; }Public Property GridStripColor As Color
Get
Set
public:
property Color GridStripColor {
Color get ();
void set (Color value);
}Property Value
Type:
Color
See Also