INChartTooltipAlwaysInPlotArea 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 bool AlwaysInPlotArea { get; set; }
Property AlwaysInPlotArea As Boolean
Get
Set
property bool AlwaysInPlotArea {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also