Click or drag to resize
AbstractChartNode Properties

The AbstractChartNode type exposes the following members.

Properties
  NameDescription
Public propertyAbstractParent
Indicates the parent of this AbstractChartNode.
Public propertyAutoscaleInput
Indicates what inputs are used for autoscaling.
Public propertyAutoscaleMinimumTimeInterval
Specifies the minimum tick mark interval for autoscaled time axes.
Public propertyAutoscaleOutput
Specifies what attributes to change as a result of autoscaling.
Public propertyCultureInfo
Adds support for Windows supported locales.
Public propertyCustomTransform
Allows for the specification of a custom transform.
Public propertyDensity
Specifies the number of minor tick marks in the interval between major tick marks.
Public propertyFillColor
Specifies a color that will be used to fill an area.
Public propertyFont
Defines a particular format for text, including font name, size, and style attributes.
Public propertyFontName
Specifies the font to be used by name.
Public propertyFontSize
Specifies the font size.
Public propertyFontStyle
Specifies the font style to be used.
Public propertyImageAttr
An image that is to rendered when this ChartNode is displayed.
Public propertyIsVisible
Specifies if this node and its children will be drawn.
Public propertyLabelType
Specifies the type of label to display.
Public propertyLineColor
Specifies the line color for this node.
Public propertyLineWidth
Specifies the line width for this node.
Public propertyMarkerColor
Specifies what color will be used when rendering marker.
Public propertyMarkerSize
Specifies the size of markers.
Public propertyName
Specifies the name of this node.
Public propertyNumber
Specifies the number of tick marks along an axis.
Public propertySkipWeekends
Specifies whether to skip weekends.
Public propertySmoothingMode
Specifies the SmoothingMode for this node.
Public propertyTextColor
Specifies the text color.
Public propertyTextFormat
Specifies the "TextFormat" attribute value.
Public propertyTextFormatProvider
Specifies the "TextFormatProvider" attribute value.
Public propertyTickLength
This scales the length of the tick mark lines.
Public propertyTransform
Specifies whether the axis is linear, logarithmic or a custom transform.
Top
See Also