MindFusion.Wpf Pack 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.

ChartEffectProperty

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

CornerRadiusProperty

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

DataSourceProperty

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

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.

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.)

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.

PlotAreaMarginProperty

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

RadarTypeProperty

Identifies the RadarType dependency property.

SectionBrushesProperty

Identifies the SectionBrushes dependency property.

SectionStrokesProperty

Identifies the SectionStrokes dependency property.

StartAngleProperty

Identifies the StartAngle dependency property.

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. This is a dependency property.

AngleStep

Gets or sets the increment step for the angles that build the sections of the chart. This is a dependency property.

ChartEffect

Gets or sets the effect to apply to the elements of the chart. This is a dependency property. (Inherited from Chart.)

ChartTheme

Gets or sets a ChartTheme that defines the appearance of chart elements. (Inherited from Chart.)

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.)

InnerAxisStroke

Gets or sets the stroke for the inner axis. This is a dependency property.

InnerLabelAngle

Gets or sets the angle of the inner labels. This is a dependency property.

InnerLabelBackground

Gets or sets the background for the inner labels. This is a dependency property.

InnerLabelBorderBrush

Gets or set the brush for the border drawn around inner labels. This is a dependency property.

InnerLabelBorderThickness

Gets or sets the thickness of the border drawn around inner labels. This is a dependency property.

InnerLabelForeground

Gets or sets the brush for the foreground of the inner labels. This is a dependency property.

InnerLabelOffset

Gets or sets the offset of the labels drawn at the inner axis. This is a dependency property.

InnerLabelPath

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

InnerLabelPosition

Gets or sets the position of the inner labels. This is a dependency property.

InnerLabels

Gets or sets the custom labels for the inner axis. This is a dependency property.

InnerLabelType

Gets or sets the type of labels drawn at the inner axis. This is a dependency property.

InnerStrokeDashArray

Gets or sets the dash array of the stroke for the inner axis. This is a dependency property.

InnerStrokeThickness

Gets or sets the thickness of the stroke for the inner axis. This is a dependency property.

Interval

Gets or sets the interval at the inner axis. This is a dependency property.

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.)

LicenseKey

Gets or sets the license key of the control. (Inherited from Chart.)

MaxValue

Gets or sets the maximum value of the radar. This is a dependency property.

MinValue

Gets or sets the minimum value of the radar. This is a dependency property.

OuterAxisStroke

Gets or sets the stroke for the outer axis. This is a dependency property.

OuterLabelBackground

Gets or sets the brush that fills the background of the outer labels. This is a dependency property.

OuterLabelBorderBrush

Gets or sets the brush for the border of the outer labels. This is a dependency property.

OuterLabelBorderThickness

Gets or sets the thickness of the border of the outer labels. This is a dependency property.

OuterLabelForeground

Gets or sets the brush for the foreground of the outer labels. This is a dependency property.

OuterLabelOffset

Gets or sets the offset of the outer label from the edge of the radar. This is a dependency property.

OuterLabelPath

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

OuterLabels

Gets or sets the custom outer labels. This is a dependency property.

OuterLabelType

Gets or sets the type of labels drawn at the outer axis. This is a dependency property.

OuterStrokeDashArray

Gets or sets the dash array of the stroke for the outer axis. This is a dependency property.

OuterStrokeThickness

Gets or sets the thickness of the stroke for the outer axis. This is a dependency property.

PlotAreaMargin

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

RadarType

Gets or sets the type of the radar chart. This is a dependency property.

SectionBrushes

Gets or sets a list with the brushes used for painting the sections of the radar chart. This is a dependency property.

SectionStrokes

Gets or sets a list of brushes used for outlining the sections of the radar chart. This is a dependency property.

Series

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

StartAngle

Gets or sets the start angle in a polar chart. This is a dependency property.

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

BeginInit

FrameworkElement.BeginInit override. (Inherited from Chart.)

EndInit

FrameworkElement.EndInit override. (Inherited from Chart.)

HitTest

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

LoadTheme

Loads the theme with the specified name. (Inherited from Chart.)

OnAppearanceChanged

Raises the AppearanceChanged event. (Inherited from Chart.)

OnApplyTemplate

FrameworkElement.ApplyTemplate override.

OnDataChanged

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

SaveTheme

Saves the current theme as a file with the specified name. (Inherited from Chart.)

UpdateChart

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

 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.Wpf Namespace