Click or drag to resize
NChartTooltipAlwaysInPlotArea Property
Flag determining if the tooltip should always be inside of the chart's plot area. If true, the tooltip may be shifted to fit in the plot area when it's pivot is near the border of the chart's plot area. If false, it is never shifted and can overlap the axis when it's pivot is near the border of the chart's plot area. The default value is true.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public bool AlwaysInPlotArea { get; set; }

Property Value

Type: Boolean

Implements

INChartTooltipAlwaysInPlotArea
See Also