AxisXYBaseGridStripColor Property |
LightningChart .NET Help
Gets or sets grid strip color.
Views AxisLayout.AxisGridStrips property must define the strips to be used in order for this color to have any effect.
This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Axes
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.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