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; }
Public Property InterlacedBackground As IReadOnlyList(Of INChartBrush)
Get
Set
public:
virtual property IReadOnlyList<INChartBrush^>^ InterlacedBackground {
IReadOnlyList<INChartBrush^>^ get () sealed;
void set (IReadOnlyList<INChartBrush^>^ value) sealed;
}
Property Value
Type:
IReadOnlyListINChartBrushSee Also