Search
RadarChart Members
Constructors Properties
 


Represents a report item that can display radar charts.

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 Properties

  Name Description

AffectsParentLayout

Gets or sets a value indicating whether the parent of this item will shrink when this item is hidden as a result of PageSectionVisibility. (Inherited from ReportItem.)

BackgroundBrush

Gets or sets the brush that fills the chart background. (Inherited from Chart.)

Border

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

ChartBrushes

Gets or sets the brushes for the chart. (Inherited from Chart.)

ChartPens

Gets or sets the pens for the chart. (Inherited from Chart.)

Data

Gets or sets the chart data.

DataFields

Gets or sets the database column, from which data for the chart is retrieved.

DataMember

Gets or sets from which member in the data source data is read. (Inherited from Chart.)

DataSource

Gets or sets the object, from which chart data is retrieved. (Inherited from Chart.)

FontName

Gets or sets the name of the font for all chart labels. (Inherited from Chart.)

InnerAxisLabels

Gets or sets custom labels for the inner axis.

InnerAxisLabelsField

Gets or sets the database column, from which labels for the inner axis are retrieved.

LabelBrush

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

LabelFont

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

LegendAlignment

Gets or sets the alignment of the legend alongside the chart. (Inherited from Chart.)

LegendBackgroundBrush

Gets or sets the brush for the legend background. (Inherited from Chart.)

LegendBorderMargin

Gets or sets the margin between the legend border and the legend labels. (Inherited from Chart.)

LegendBrush

Gets or sets the brush for drawing the legend labels. (Inherited from Chart.)

LegendFont

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

LegendLabels

Gets or sets the legend labels. (Inherited from Chart.)

LegendOffset

Gets or sets the offset of the legend to the axis labels. (Inherited from Chart.)

LegendPen

Gets or sets the pen for the legend outlining and grid. (Inherited from Chart.)

LegendPosition

Gets or sets the position of the legend. (Inherited from Chart.)

Location

Gets or sets the position of the item. (Inherited from ReportItem.)

MasterDetailRelation

Gets or sets the master detail relation. (Inherited from Chart.)

MaxValue

Gets or sets the maximum number at the inner axis.

MinValue

Gets or sets the minimum number at the inner axis.

Name

Gets or sets the name of the report item. (Inherited from ReportItem.)

OuterAxisLabels

Gets or sets custom labels at the outer axis.

OuterAxisLabelsField

Gets or sets the database column, from which labels for the outer axis are retrieved.

OuterLabels

Gets or sets custom labels drawn in the middle of outer axis segments.

OuterLabelsField

Gets or sets the database column, from which labels at the chart segments are retrieved.

PageSectionVisibility

Gets or set a value indicating whether this item will be visible. This only applies to items placed in page sections. (Inherited from ReportItem.)

RadarStyle

Gets or sets the style of the radar chart.

RadarType

Gets or sets the type of the radar chart.

RadiusLength

Gets or sets the length of the radar radius.

ShowLegend

Gets or sets a value indicating whether to display the chart legend. (Inherited from Chart.)

Size

Gets or sets the size of the item. (Inherited from ReportItem.)

SubTitleBrush

Gets or sets the brush used for drawing the subtitle. (Inherited from Chart.)

SubTitleFont

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

SubTitleText

Gets or sets the text for the subtitle. (Inherited from Chart.)

TitleBrush

Gets or sets the brush used for drawing the title. (Inherited from Chart.)

TitleFont

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

TitleText

Gets or sets the title text. (Inherited from Chart.)

UseDesignOrder

Gets or sets a value indicating whether this item's design-time order will take precedence over the item's vertical position within the page design when determining the layout order. (Inherited from ReportItem.)

Visible

Gets or sets a value indicating whether the item will be printed in the report. (Inherited from ReportItem.)

 See Also