NChartPointHighlightShift Property |
Highlight shift. Some points can be highlighted by shift for example in pie. The shift is set in scene units.
For example the radius of pie is 1 scene unit so you can use this value as a reference.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public float HighlightShift { get; set; }
Public Property HighlightShift As Single
Get
Set
public:
virtual property float HighlightShift {
float get () sealed;
void set (float value) sealed;
}
Property Value
Type:
SingleSee Also