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; }
Public Property AlwaysInPlotArea As Boolean
Get
Set
public:
virtual property bool AlwaysInPlotArea {
bool get () sealed;
void set (bool value) sealed;
}
Property Value
Type:
BooleanImplements
INChartTooltipAlwaysInPlotAreaSee Also