Click or drag to resize
NChartTimeAxisTooltip Class
The NChartTimeAxisTooltip class provides methods to display the tooltip over the handler of the time axis.
Inheritance Hierarchy
SystemObject
  NChart3D_UWPNChartTimeAxisTooltip

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public sealed class NChartTimeAxisTooltip : IClosable, 
	INChartObject, INChartPlaced, INChartLabel

The NChartTimeAxisTooltip type exposes the following members.

Constructors
  NameDescription
Public methodNChartTimeAxisTooltip
Initializes a new instance of the NChartTimeAxisTooltip class
Top
Properties
  NameDescription
Public propertyBackground
Brush filling the background of the text container.
Public propertyBorderColor
Color of the border that is drawn around the text container.
Public propertyBorderRadius
Corner rounding radius (in pixels) of the border that is drawn around the text container.
Public propertyBorderThickness
Thickness of the border (in pixels) that is drawn around the text container.
Public propertyChart
Chart the object belongs to. This property is assigned automatically whenever the object is assigned to the chart.
Public propertyFont
Font of the label's text.
Public propertyInternalLabel
Return internal class.
Public propertyMargin
Margin of the text container in pixels (spacing from the bounds of the enclosing area).
Public propertyMaxWidth
Maximal width of the label's text in pixels. If the text is bigger than the given size lines will be broken according to the wrapping mode.
Public propertyOpacity
Opacity of the text container. Value should be in 0..1. The default value is 1.
Public propertyPadding
Padding of the text container in pixels (spacing to sub-areas).
Public propertyText
Text to display in the label.
Public propertyTextAlignment
Alignment of the label's text.
Public propertyTextColor
Color of the label's text.
Public propertyTextWrapping
Wrapping mode of the label's text.
Public propertyVisible
Flag that determines if the object is visible (true) or not (false). The default value is true.
Top
Methods
  NameDescription
Public methodClose
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also