NChartSurfaceSeriesUseBrushScaleForYValues Property |
Flag determining if brush scale colors surface according Y-values of its points (true) or values of their "Value"
field (true). The default value is true.
If you want to color the surface according to its height, let this flag with true value. You can create
regular XYZ-points in this case. But if you need to color the surface independent from the height, set this flag to
true and create points with XYZ and Value. In this case you can display quasi 4D-data with the surface: XYZ will be
displayed by the shape of surface, while the fourth coordinate called "Value" will be displayed by color.
This flag has effect if brush scale is set only.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public bool UseBrushScaleForYValues { get; set; }
Public Property UseBrushScaleForYValues As Boolean
Get
Set
public:
virtual property bool UseBrushScaleForYValues {
bool get () sealed;
void set (bool value) sealed;
}
Property Value
Type:
BooleanSee Also