The ChartNode type exposes the following members.

Properties

NameDescription
AbstractParent
Indicates the parent of this AbstractChartNode.
(Inherited from AbstractChartNode.)
ALT
Used to construct an "alt" attribute value in client side image maps.
AutoscaleInput
Indicates what inputs are used for autoscaling.
(Inherited from AbstractChartNode.)
AutoscaleMinimumTimeInterval
Specifies the minimum tick mark interval for autoscaled time axes.
(Inherited from AbstractChartNode.)
AutoscaleOutput
Specifies what attributes to change as a result of autoscaling.
(Inherited from AbstractChartNode.)
Axis
Typically provides a mapping for children from the user coordinate space to the device (screen) space.
Background
The base graphic layer displayed behind other ChartNode objects in the tree.
BarGap
Specifies the gap between bars in a group.
BarType
Specifies the orientation of the BarChart.
BarWidth
The width of all of the groups of bars at each index.
Chart
This is the root node of the chart tree.
ChartTitle
Specifies a title for the chart.
ClipData
Specifies whether the data elements are to be clipped to the current window.
CultureInfo
Adds support for Windows supported locales.
(Inherited from AbstractChartNode.)
CustomTransform
Allows for the specification of a custom transform.
(Inherited from AbstractChartNode.)
DataType
Specifies how the data is to be rendered.
Density
Specifies the number of minor tick marks in the interval between major tick marks.
(Inherited from AbstractChartNode.)
DoubleBuffering
Specifies whether double is active.
Explode
Specifies how far from the center pie slices are drawn.
FillColor
Specifies a color that will be used to fill an area.
(Inherited from AbstractChartNode.)
FillOutlineColor
Specifies a color that will be used to outline this node.
FillOutlineType
Specifies a fill pattern type for the outline of this node.
FillType
Specifies a fill pattern type for this node.
Font
Defines a particular format for text, including font name, size, and style attributes.
(Inherited from AbstractChartNode.)
FontName
Specifies the font to be used by name.
(Inherited from AbstractChartNode.)
FontSize
Specifies the font size.
(Inherited from AbstractChartNode.)
FontStyle
Specifies the font style to be used.
(Inherited from AbstractChartNode.)
HREF
Used to specify an "activated" object in an image map.
ImageAttr
An image that is to rendered when this ChartNode is displayed.
IsVisible
Specifies if this node and its children will be drawn.
(Inherited from AbstractChartNode.)
IsWebControl
Indicates whether this is a web control.
LabelType
Specifies the type of label to display.
(Inherited from AbstractChartNode.)
Legend
Legend information associated with this ChartNode.
LineColor
Specifies the line color for this node.
(Inherited from AbstractChartNode.)
LineWidth
Specifies the line width for this node.
(Inherited from AbstractChartNode.)
MarkerColor
Specifies what color will be used when rendering marker.
(Inherited from AbstractChartNode.)
MarkerSize
Specifies the size of markers.
(Inherited from AbstractChartNode.)
MarkerThickness
Specifies the line thickness to be used when rendering the markers.
MarkerType
Specifies the type of data marker to be drawn.
Name
Specifies the name of this node.
(Inherited from AbstractChartNode.)
Number
Specifies the number of tick marks along an axis.
(Inherited from AbstractChartNode.)
Parent
Indicates the parent of this ChartNode.
Reference
Indicates the baseline in drawing area charts.
ScreenAxis
Provides a default mapping from the user coordinates [0,1] by [0,1] to the screen.
ScreenSize
Indicates the size of this ChartNode.
Size
Specifies the drawing size.
SkipWeekends
Specifies whether to skip weekends.
(Inherited from AbstractChartNode.)
SmoothingMode
Specifies the SmoothingMode for this node.
(Inherited from AbstractChartNode.)
TextAngle
An angle, in degrees, at which text is to be drawn.
TextColor
Specifies the text color.
(Inherited from AbstractChartNode.)
TextFormat
Specifies the "TextFormat" attribute value.
(Inherited from AbstractChartNode.)
TextFormatProvider
Specifies the "TextFormatProvider" attribute value.
(Inherited from AbstractChartNode.)
TickLength
This scales the length of the tick mark lines.
(Inherited from AbstractChartNode.)
ToolTip
Text that can be displayed in the case where tool tips are used.
Transform
Specifies whether the axis is linear, logarithmic or a custom transform.
(Inherited from AbstractChartNode.)

See Also