Click or drag to resize
INChartPlaced Interface
The INChartPlaced interfac provides basic methods for objects displaying some textual information on the screen.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public interface INChartPlaced : INChartObject

The INChartPlaced type exposes the following members.

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.
(Inherited from INChartObject.)
Public propertyMargin
Margin of the text container in pixels (spacing from the bounds of the enclosing area).
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 propertyVisible
Flag that determines if the object is visible (true) or not (false). The default value is true.
(Inherited from INChartObject.)
Top
See Also