HierarchySettings MembersChart4.NET - Organization Charting Component (C#/VB.NET/ASP.NET) - Documentation
Onlinewww.Chart4.NET (Documentation) | OnlineSamples Download | Release Notes

The HierarchySettings type exposes the following members.
Properties

  NameDescription
Public propertyButton_Collapse
Image for collapse button.
Public propertyButton_CollapseLeft
Image for left-collapse button.
Public propertyButton_Expand
Image for expand button.
Public propertyButton_ExpandRight
Image for right-expand button.
Public propertyChart_BackgroundBrush
Background brush for chart, in case Chart_BackgroundType set as Brush.
Public propertyChart_BackgroundImage
Background image for chart, in case Chart_BackgroundType set as Image.
Public propertyChart_BackgroundStock
Background template name for chart, in case Chart_BackgroundType set as Stock. Default is None.
Public propertyChart_BackgroundTile
Whether or not chart background image to be tiled. If set to false, the image will be stretched to available space. Default is true.
Public propertyChart_BackgroundType
Background type for the chart as one of BackgroundType. Default is Brush.
Public propertyChart_Border3DStyle
Border style for chart, in case Chart_BorderShape set as Rectangle3D. Default is Flat.
Public propertyChart_BorderBrush
Brush for chart border.
Public propertyChart_BorderShape
Border type for the chart as one of BorderShapeType. See also Node_BorderShapeList. Default is None.
Public propertyChart_ExpandableLevels
Maximum levels to be shown on the chart, in the range -1-100. Default is -1 (all expandable); value 0 means all collapsed. Rest of the chart will be shown on clicking expand (+) button, as a subchart (according to ShowSubCharts property).
Public propertyChart_FixedLevels
Fixed levels to show always on the chart, in the range 1-10. Default is 4.
Public propertyChart_Layout
How the nodes to be displayed/arranged as children. Default is FlexiExtended.
Public propertyChart_Margin
Chart margin on a scale of 0-10. Default is 10.
Public propertyChart_Movable
Whether the chart (Winform/Webform) is movable at runtime (clicking and dragging on title bar) or not. Default is false.
Public propertyChart_Orientation
Orientation of the chart as one of OrientationType. Default is TopToBottom.
Public propertyChart_Resizable
Whether the chart (Winform/Webform) is resizable at runtime (clicking on title bar and dragging borders) or not. Default is false.
Public propertyChart_ResizeRange
Resizable and movable limits. Applicable only if Chart_Resizable or Chart_Movable is true.
Public propertyChart_Style
Chart display style. Default is Normal.
Public propertyChart_WideView
Whether the child nodes to be enlarged for better view. Default is false.
Public propertyChart3D_Angle
Angle of nodes for 3D chart on a scale of 10-20. Default is 10.
Public propertyChart3D_Brush4LeftList
Brush for left side of 3D node.
Public propertyChart3D_Brush4TopList
Brush for top side of 3D node.
Public propertyChart3D_Depth
Depth of nodes for 3D chart on a scale of 10-20. Default is 10.
Public propertyChart3D_Show3DText
Whether or not to show 3D text in chart nodes (applicable only if Chart_Style set as ThreeD or Shaded). Default is false.
Public propertyConnector_Brush
Brush for node connector lines.
Public propertyConnector_EndCap
Cap style for node-connector end as one of ConnectorCapStyleType. Default is NoAnchor.
Public propertyConnector_StartCap
Cap style for node-connector start as one of ConnectorCapStyleType. Default is NoAnchor.
Public propertyConnector_Type
Style for node connecting lines as one of ConnectorLineType. See also Connector_Brush. Default is Branch.
Public propertyNode_BackgroundBrushList
Background brush for each level of nodes, in case corresponding level item in Node_BackgroundTypeList is set as Brush. See Remarks.
Public propertyNode_BackgroundImageList
ImageList of background images for each level of nodes, in case corresponding item in Node_BackgroundTypeList is set as Image. See Remarks.
Public propertyNode_BackgroundStockList
Background template for hierarchy nodes (for each level of nodes), in case corresponding item in Node_BackgroundTypeList is set as Stock. See Remarks.
Public propertyNode_BackgroundTile
Whether or not node background image to be tiled. If set to false, the image will be stretched to available space. Default is false.
Public propertyNode_BackgroundTypeList
Background type for the nodes as one of BackgroundType.
Public propertyNode_Border3DStyleList
Border style for nodes as one of Border3DStyleType, in case Node_BorderShapeList set as Rectangle3D.
Public propertyNode_BorderBrushList
List of brushes (for each level of nodes) for node border. See Remarks.
Public propertyNode_BorderShapeList
Border type for the nodes as one of BorderShapeType. See also Chart_BorderShape.
Public propertyNode_Brush4FocusList
List of brushes (for each level of nodes) for focus rectangle.
Public propertyNode_Brush4ShadeList
List of brushes (for each level of nodes) for node shade.
Public propertyNode_Highlight
Node highlight magnitude on a scale of 0-50. Default is 0 (no highlight). See Remarks.
Public propertyNode_HyperlinkEnabled
Whether or not hyperlinking should be enabled for the hierarchy chart's node items. Specify Node_HyperlinkEnabledList to enable hyperlinking for individual lines of text. WinForm Only. Default is false.
Public propertyNode_HyperlinkEnabledList
List of boolean values that specifies whether hyperlink is enabled for each line(including title) of text in the hierarchy node. Enable Node_HyperlinkEnabled too.
Public propertyNode_HyperlinkUnderline
Whether or not hyperlinks should be underlined on mouse hover. Available only if hyperlinking is enabled and hyperlist is specified. Default is true.
Public propertyNode_ImageTransparency
Transparency for node's background image [0-10]. 0 means opaque. Default is 0.
Public propertyNode_IsDataHasText
Whether or not the node has title and text separate. If set to true, text before first newline character (\\n) will be treated as title and rest as node text. See Remarks. Default is true.
Public propertyNode_IsSpaceNewLine
Whether or not space (' ') in the node text should be treated as newline (\n). See Remarks. Default is false.
Public propertyNode_Margin
Node content margin on a scale of 0-15. Default is 5.
Public propertyNode_Size
Node size on a scale of 1-40. Default is 40.
Public propertyNode_Size4MaximumFont
Maximum font size for node title and text, on a scale of 1-40. Default is 15.
Public propertyNode_Size4MinimumFont
Minimum font size for node title and text, on a scale of 1-20. Default is 8.
Public propertyPhoto_HorizontalAlign
Horizontal alignment for node photo. Default is Middle.
Public propertyPhoto_Image4Nodes
Common photo for all nodes, in case Photo_ImageList4Nodes and Photo_ImageList4Levels are not specified. See Remarks.
Public propertyPhoto_ImageList4Levels
ImageList containing photos corresponding to each levels of nodes, in case Photo_ImageList4Nodes is not specified. See Remarks.
Public propertyPhoto_ImageList4Nodes
ImageList of photos corresponding to each node, mapped by node's ImageIndex property. See Remarks.
Public propertyPhoto_Margin
Photo margin on a scale of 0-25. Default is 0.
Public propertyPhoto_Size
Photo size percentage [0-100] within the drawn node. Default is 40.
Public propertyPhoto_Transparency
Transparency for node's photo [0-10]. 0 means opaque. Default is 0.
Public propertyPhoto_VerticalAlign
Vertical alignment for node photo. Default is Middle.
Public propertyShowExpandCollapse
Whether the expand/collapse (+/-) buttons should be shown or not. Default is true.
Public propertyShowExpandRightCollapseLeft
Whether the right-expand and left-collapse buttons at the ends of expand-collapse (+/-) button should be shown or not. Default is false.
Public propertyShowFocus
Whether the focus rectangle should be displayed or not, when mouse is over a node. Default is true.
Public propertyShowFocusFill
Whether the brush filled focus rectangle should be displayed or not, when mouse is over a node. WinForm Only. See Remarks. Default is true.
Public propertyShowFocusFullPath
Whether the focus rectangle should be displayed or not, for all nodes, in the path to the node.
Public propertyShowMessages
Whether or not to show debug messages on the chart. Set to false on application release, and to true during development. Default is true.
Public propertyShowRootLines
Whether or not the node-connector lines from top of the chart to the top-most node(s) to be displayed. Default is true.
Public propertyShowSubCharts
Type of subchart(s) to be shown on a right-click on expand/collapse (+/-) button. WinForm Only. Default is NewWindow.
Public propertyShowText
Whether or not the text should be shown on the chart nodes. See Remarks. Default is true.
Public propertyShowToolBar
Whether the toolbar should be shown or not. WinForm Only. Default is false.
Public propertyTag_BackgroundBrushList
Background brush for each level of node tags. See Remarks.
Public propertyTag_BrushList
Brush list for each level of node tags. See Tag_FontList also. See Remarks.
Public propertyTag_FontList
Font list for node tag. See also Tag_BrushList.
Public propertyTag_HorizontalAlign
Horizontal alignment for node tag. Default is Middle.
Public propertyTag_VerticalAlign
Vertical alignment for node tag. Default is Middle.
Public propertyTag_Visible
Whether the node tag should be visible or not. Also, you have to set a string in node's tag property. Default is true.
Public propertyTag_Width
Node tag width on a scale of 0-50. Default is 20.
Public propertyText_Brush4LinesList
Brush list for node text lines. Also set Text_UseBrush4Lines to true.
Public propertyText_BrushList
Brush list for node text. See Text_FontList also.
Public propertyText_FontList
Font list for node text. See also Text_BrushList.
Public propertyText_HorizontalAlign
Horizontal alignment for node text. Default is Middle.
Public propertyText_Pattern2Exclude
Regular expression pattern of text to exclude from the node-text (eg: [[\w*]\w*] to exclude all characters within []).
Public propertyText_Size
Text rectangle size percentage [1-100] with respect to node-size. Remaining will be allocated for title. Default is 75.
Public propertyText_UseBrush4Lines
Whether or not brushes added in Text_Brush4LinesList should be used for each of the text lines. Default is false.
Public propertyText_VerticalAlign
Vertical alignment for node text. Default is Bottom.
Public propertyTitle_BrushList
Brush list for node title. See Title_FontList also.
Public propertyTitle_FontList
Font list for node title. See also Title_BrushList.
Public propertyTitle_HorizontalAlign
Horizontal alignment for node title. Default is Middle.
Public propertyTitle_VerticalAlign
Vertical alignment for node title. Default is Top.
Back to Top
See Also