Click or drag to resize
NChartAxisGridInterlacedBackground Property
Array of brushes for interlaced background. If null, no interlaced background is displayed. The default value is null. Interlaced background means that the space between axis grid lines is filled with the colors that are consecutively taken from this array. The array is looped, so if there are less elements then spaces between grid lines, the sequence of colors is multiplied. The elements of the array should be objects NChartSolidColorBrush. Only NChartSolidColorBrush is supported, all other brushes (or other objects will be skipped).

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public IReadOnlyList<INChartBrush> InterlacedBackground { get; set; }

Property Value

Type: IReadOnlyListINChartBrush
See Also