MindFusion.Wpf Pack Programmer's Guide
Chart Properties
 


 Public Properties

  Name Description

Anchor

Gets or sets the anchor of this object. (Inherited from InteractiveObject.)

AnchorPosition

Gets or sets the anchor position of this object. (Inherited from InteractiveObject.)

AxisBrush

Gets or sets the brush of the chart axes.

AxisSize

Gets or sets the thickness of the chart axes, or null (Nothing in Visual Basic), to use a hairline thickness.

AxisStyle

Gets or sets the style of the chart axes, or null (Nothing in Visual Basic), to draw solid lines.

DefaultColors

Gets or sets the default brushes for data series that do not have explicitly defined brushes.

DefaultLineSize

Gets or sets the default thickness in line and radar charts for series that have no explicitly specified line size.

DefaultSeriesNameFormat

Gets or sets the format of the names of the data series that do not have an explicitly defined name.

Description

Gets or sets the object description. (Inherited from InteractiveObject.)

Fill

Gets or sets a brush used to fill the background of the chart.

FontBold

Gets or sets a value indicating whether the text in the chart is bold.

FontItalic

Gets or sets a value indicating whether the text in the chart is italic.

FontName

Gets or sets the font of the texts in the chart.

FontSize

Gets or sets the font size of the texts of the chart.

FontStrikeout

Gets or sets a value indicating whether the text in the chart is with a line through the middle.

FontUnderline

Gets or sets a value indicating whether the text in the chart is underlined.

FromColumn

Gets or sets the zero-based index of the column of the cell to which the object is anchored. (Inherited from InteractiveObject.)

FromRow

Gets or sets the zero-based index of the row of the cell to which the object is anchored. (Inherited from InteractiveObject.)

GridFillBrush

Gets or sets the fill brush of the grid stripes.

GridLineBrush

Gets or sets the brush of the major grid lines.

GridLineSize

Gets or sets the thickness of the major grid lines, or null (Nothing in Visual Basic), to use a hairline thickness.

Height

Gets or sets the desired height, or null, to calculate the height automatically. (Inherited from InteractiveObject.)

HorizontalOffset

Gets or sets the horizontal offset of the object from its anchor. (Inherited from InteractiveObject.)

IsLockedToCell

Gets a value indicating whether this object is always locked to a cell in the worksheet. (Inherited from InteractiveObject.)

LegendBorderBrush

Gets or sets the border brush of the legend, or null (Nothing in Visual Basic), to hide the border.

LegendBorderSize

Gets or sets the border thickness of the legend, or null (Nothing in Visual Basic), to use a hairline thickness.

LegendFill

Gets or sets a brush used to fill the legend's background.

LegendFontBold

Gets or sets a value indicating whether the legend text is bold, or null (Nothing in Visual Basic), to use the FontBold property.

LegendFontItalic

Gets or sets a value indicating whether the legend text is italic, or null (Nothing in Visual Basic), to use the FontItalic property.

LegendFontName

Gets or sets the font name of the legend, or null (Nothing in Visual Basic), to use the FontName property.

LegendFontSize

Gets or sets the font size of the legend, or null (Nothing in Visual Basic), to use the FontSize property.

LegendFontStrikeout

Gets or sets a value indicating whether the legend text is with a line through the middle, or null (Nothing in Visual Basic), to use the FontStrikeout property.

LegendFontUnderline

Gets or sets a value indicating whether the legend text is underlined, or null (Nothing in Visual Basic), to use the FontUnderline property.

LegendLanes

Gets or sets the number of columns or rows to use when layouting items inside the legend, or null (Nothing in Visual Basic), to use the default number of columns or rows, which is 1.

LegendPosition

Gets or sets the legend position.

LegendTextBrush

Gets or sets the brush of the texts in the legend, or null (Nothing in Visual Basic), to use the TextBrush property.

LineBrush

Gets or sets the outline color of this object. (Inherited from InteractiveObject.)

LineSize

Gets or sets the thickness of the object's outline. (Inherited from InteractiveObject.)

LineStyle

Gets or sets the style of the object's outline. (Inherited from InteractiveObject.)

Locked

Gets or sets a value indicating whether this object can be interacted with. (Inherited from InteractiveObject.)

MarkShape

Gets or sets the shape of marks in the chart, or null (Nothing in Visual Basic), to use alternating shapes.

PlotBorderBrush

Gets or sets the border brush of the chart's plot area, or null (Nothing in Visual Basic), to hide the border.

PlotBorderSize

Gets or sets the border thickness of the chart's plot area, or null (Nothing in Visual Basic), to use a hairline thickness.

PlotBorderStyle

Gets or sets the border style of the chart's plot area, or null (Nothing in Visual Basic), to use a solid line.

PlotFill

Gets or sets a brush used to fill the background of the chart's plot area.

Series

Gets a collection with the data series of the chart.

ShowLegend

Gets or sets a value indicating whether to display the chart's legend.

TextBrush

Gets or sets the brush of the texts in the chart.

Title

Gets or sets the object title. (Inherited from InteractiveObject.)

TitleFontBold

Gets or sets a value indicating whether the chart title is bold, or null (Nothing in Visual Basic), to use the FontBold property.

TitleFontItalic

Gets or sets a value indicating whether the chart title is italic, or null (Nothing in Visual Basic), to use the FontItalic property.

TitleFontName

Gets or sets the font of the chart title, or null (Nothing in Visual Basic), to use the FontName property.

TitleFontSize

Gets or sets the font size of the chart title, or null (Nothing in Visual Basic), to use the FontSize property.

TitleFontStrikeout

Gets or sets a value indicating whether the chart title is with a line through the middle, or null (Nothing in Visual Basic), to use the FontStrikeout property.

TitleFontUnderline

Gets or sets a value indicating whether the chart title is underlined, or null (Nothing in Visual Basic), to use the FontUnderline property.

TitleTextBrush

Gets or sets the brush of the chart title, or null (Nothing in Visual Basic), to use the TextBrush property.

Type

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

VerticalOffset

Gets or sets the vertical offset of the object from its origin. (Inherited from InteractiveObject.)

Width

Gets or sets the desired width, or null, to calculate width automatically. (Inherited from InteractiveObject.)

XAxisSettings

Gets the settings for the category label axis of the chart, if the chart is an axes chart.

YAxisSettings

Gets the settings for the value axis of the chart, if the chart is an axes chart.

 Protected Properties

  Name Description

ExtendsOutsideBounds

Gets a value indicating whether this object's visual can extend beyond the object's bounding rectangle. (Inherited from InteractiveObject.)

RegardsMergedCells

Gets a value indicating whether this object is positioned relatively to the bounding rectangle of the merged cell if the object's cell is a part of a merged cell. (Inherited from InteractiveObject.)

 See Also

Chart Class
MindFusion.Spreadsheet.Wpf.Charts Namespace