NChartHeatmapSeriesBorderBrush Property |
Brush of the border that surrounds the series.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public INChartBrush BorderBrush { get; set; }
Public Property BorderBrush As INChartBrush
Get
Set
public:
virtual property INChartBrush^ BorderBrush {
INChartBrush^ get () sealed;
void set (INChartBrush^ value) sealed;
}
Property Value
Type:
INChartBrushImplements
INChartSolidSeriesBorderBrushSee Also