MindFusion.Charting for Silverlight Programmer's Guide
RadarChart Members
Constructors Fields Properties Methods Events
 


Represents a radar chart.

The following tables list the members exposed by the RadarChart type.

 Public Constructors

  Name Description

RadarChart

Initializes a new instance of the RadarChart class.

 Public Fields

  Name Description

AngleDirectionProperty

Identifies the AngleDirection dependency property.

AngleStepProperty

Identifies the AngleStep dependency property.

InnerAxisStrokeProperty

Identifies the InnerAxisStroke dependency property.

InnerLabelAngleProperty

Identifies the InnerLabelAngle dependency property.

InnerLabelBackgroundProperty

Identifies the InnerLabelBackground dependency property.

InnerLabelBorderBrushProperty

Identifies the InnerLabelBorderBrush dependency property.

InnerLabelBorderThicknessProperty

Identifies the InnerLabelBorderThickness dependency property.

InnerLabelForegroundProperty

Identifies the InnerLabelForeground dependency property.

InnerLabelOffsetProperty

Identifies the InnerLabelOffset dependency property.

InnerLabelPathProperty

Identifies the InnerLabelPath dependency property.

InnerLabelPositionProperty

Identifies the InnerLabelPosition dependency property.

InnerLabelsProperty

Identifies the InnerLabels dependency property.

InnerLabelTypeProperty

Identifies the InnerLabelType dependency property.

InnerStrokeDashArrayProperty

Identifies the InnerStrokeDashArray dependency property.

InnerStrokeThicknessProperty

Identifies the InnerStrokeThickness dependency property.

IntervalProperty

Identifies the Interval dependency property.

MaxValueProperty

Identifies the MaxValue dependency property.

MinValueProperty

Identifies the MinValue dependency property.

OuterAxisStrokeProperty

Identifies the OuterAxisStroke dependency property.

OuterLabelBackgroundProperty

Identifies the OuterLabelBackground dependency property.

OuterLabelBorderBrushProperty

Identifies the OuterLabelBorderBrush dependency property.

OuterLabelBorderThicknessProperty

Identifies the OuterLabelBorderThickness dependency property.

OuterLabelForegroundProperty

Identifies the OuterLabelForeground dependency property.

OuterLabelOffsetProperty

Identifies the OuterLabelOffset dependency property.

OuterLabelPathProperty

Identifies the OuterLabelPath dependency property.

OuterLabelsProperty

Identifies the OuterLabels dependency property.

OuterLabelTypeProperty

Identifies the OuterLabelType dependency property.

OuterStrokeDashArrayProperty

Identifies the OuterStrokeDashArray dependency property.

OuterStrokeThicknessProperty

Identifies the OuterStrokeThickness dependency property.

RadarTypeProperty

Identifies the RadarType dependency property.

SectionBrushesProperty

Identifies the SectionBrushes dependency property.

SectionStrokesProperty

Identifies the SectionStrokes dependency property.

ShowScattersProperty

Identifies the ShowScatters dependency property.

StartAngleProperty

Identifies the StartAngle dependency property.

 Inherited Public Fields

  Name Description

CornerRadiusProperty

Identifies the CornerRadius dependency property. (Inherited from Chart.)

DataSourceProperty

Identifies the DataSource dependency property. (Inherited from Chart.)

LabelFontFamilyProperty

Identifies the LabelFontFamily dependency property. (Inherited from Chart.)

LabelFontSizeProperty

Identifies the LabelFontSize dependency property. (Inherited from Chart.)

LabelFontStyleProperty

Identifies the LabelFontStyle dependency property. (Inherited from Chart.)

LabelFontWeightProperty

Identifies the LabelFontWeight dependency property. (Inherited from Chart.)

PlotAreaMarginProperty

Identifies the PlotAreaMargin dependency property. (Inherited from Chart.)

TitleFontFamilyProperty

Identifies the TitleFontFamily dependency property. (Inherited from Chart.)

TitleFontSizeProperty

Identifies the TitleFontSize dependency property. (Inherited from Chart.)

TitleFontStyleProperty

Identifies the TitleFontStyle dependency property. (Inherited from Chart.)

TitleFontWeightProperty

Identifies the TitleFontWeight dependency property. (Inherited from Chart.)

TitleMarginProperty

Identifies the TitleMargin dependency property. (Inherited from Chart.)

TitleProperty

Identifies the Title dependency property. (Inherited from Chart.)

TitleVisibilityProperty

Identifies the TitleVisibility dependency property. (Inherited from Chart.)

 Public Properties

  Name Description

AngleDirection

Gets or sets the sweep direction of the angles in a polar chart.

AngleStep

Gets or sets the step of incrementation for the angles that build the sections of the chart.

InnerAxisStroke

Gets or sets the stroke for the inner axis.

InnerLabelAngle

Gets or sets the angle of the inner labels.

InnerLabelBackground

Gets or sets the background for the inner labels.

InnerLabelBorderBrush

Gets or set the brush for the border drawn around inner labels.

InnerLabelBorderThickness

Gets or sets the thickness of the border drawn around inner labels.

InnerLabelForeground

Gets or sets the brush for the foreground of the inner labels.

InnerLabelOffset

Gets or sets the offset of the labels drawn at the inner axis.

InnerLabelPath

Gets or sets the path to the property in the DataSource used for retrieving custom labels for the inner axis.

InnerLabelPosition

Gets or sets the position of the inner labels.

InnerLabels

Gets or sets custom labels for the innner axis.

InnerLabelType

Gets or sets the type of labels drawn at the inner axis.

InnerStrokeDashArray

Gets or sets the dash array of the stroke for the inner axis.

InnerStrokeThickness

Gets or sets the thickness of the stroke for the inner axis.

Interval

Gets or sets the interval at the inner axis.

MaxValue

Gets or sets the maximum value of the radar.

MinValue

Gets or sets the minimum value of the radar.

OuterAxisStroke

Gets or sets the stroke for the outer axis.

OuterLabelBackground

Gets or sets the brush that fills the background of the outer labels.

OuterLabelBorderBrush

Gets or sets the brush for the border of the outer labels.

OuterLabelBorderThickness

Gets or sets the thickness of the border of the outer labels.

OuterLabelForeground

Gets or sets the brush for the foreground of the outer labels.

OuterLabelOffset

Gets or sets the offset of the outer label from the edge of the radar.

OuterLabelPath

Gets or sets the path to the property of the DataSource used for retrieving custom labels for the outer axis.

OuterLabels

Gets or sets custom outer labels.

OuterLabelType

Gets or sets the type of labels drawn at the outer axis.

OuterStrokeDashArray

Gets or sets the dash array of the stroke for the outer axis.

OuterStrokeThickness

Gets or sets the thickness of the stroke for the outer axis.

RadarType

Gets or sets the type of the radar chart.

SectionBrushes

Gets or sets the brushes that paint the radar sections.

SectionStrokes

Gets or sets the brushes used for outlining the radar sections.

ShowScatters

Gets or sets whether scatters are drawn.

StartAngle

Gets or sets the start angle in a polar chart.

 Inherited Public Properties

  Name Description

CornerRadius

Gets or sets the corner radius of the chart control's bounding rectangle. (Inherited from Chart.)

DataSource

Gets or sets the data source. This is a dependency property. (Inherited from Chart.)

LabelFontFamily

Gets or sets the font family for the chart labels. (Inherited from Chart.)

LabelFontSize

Gets or sets the font size for the chart labels. (Inherited from Chart.)

LabelFontStyle

Gets or sets the font style for the chart labels. (Inherited from Chart.)

LabelFontWeight

Gets or sets the font weight for the chart labels. (Inherited from Chart.)

Legends

Gets or sets a list with the chart legends. (Inherited from Chart.)

PlotAreaMargin

Gets or sets the margin around the plot area. (Inherited from Chart.)

Series

Gets the list with the series in the chart. (Inherited from Chart.)

Title

Gets or sets the title of the chart. (Inherited from Chart.)

TitleFontFamily

Gets or sets the font family for the title. (Inherited from Chart.)

TitleFontSize

Gets or sets the font size for the title. (Inherited from Chart.)

TitleFontStyle

Gets or sets the font style for the title. (Inherited from Chart.)

TitleFontWeight

Gets or sets the font weight for the title. (Inherited from Chart.)

TitleMargin

Gets or sets the margin around the title. (Inherited from Chart.)

TitleVisibility

Gets or sets the visibility of the chart's title. (Inherited from Chart.)

 Public Methods

  Name Description

OnApplyTemplate

Invoked whenever application code or internal processes call .

 Inherited Public Methods

  Name Description

HitTest

Gets a collection of ChartElement-s that contain the point specified as parameter. (Inherited from Chart.)

LoadTheme

Loads a ChartTheme from the specified file. (Inherited from Chart.)

OnAppearanceChanged

Raises the AppearanceChanged event. (Inherited from Chart.)

OnApplyTemplate

Invoked whenever application code or internal processes call. (Inherited from Chart.)

OnDataChanged

Fired when data on the chart has changed. (Inherited from Chart.)

SaveTheme

Saves the appearance of the current chart as a ChartTheme. (Inherited from Chart.)

UpdateChart

Recalculates and redraws the chart. (Inherited from Chart.)

 Inherited Public Events

  Name Description

AppearanceChanged

Occurs when the value of a property that influences the appearance of the chart changes. (Inherited from Chart.)

DataChanged

Occurs when the data for the chart has changed. (Inherited from Chart.)

 See Also

RadarChart Class
MindFusion.Charting.Silverlight Namespace