Search
Plot Members
Constructors Properties Methods
 


The base class for components used to draw chart graphics.

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

 Public Constructors

  Name Description

Plot

Initializes a new instance of the Plot class.

 Public Properties

  Name Description

ActualHeight

A double value specifying the component's assigned height. Valid only after calling Arrange. (Inherited from Component.)

ActualWidth

A double value specifying the component's assigned width. Valid only after calling Arrange. (Inherited from Component.)

Background

Gets or sets the Brush that should be used to fill the background of this plot.

BorderStroke

Gets or sets the Brush that should be used to stroke the borders of this plot.

BorderStrokeDashStyle

Gets or sets the stroke dash style of plot borders.

BorderStrokeThickness

Gets or sets the stroke thickness of plot borders.

DesiredHeight

A nullable double value specifying the component's desired height. Valid only after calling Measure. (Inherited from Component.)

DesiredWidth

A nullable double value specifying the component's desired width. Valid only after calling Measure. (Inherited from Component.)

GridColumn

Gets or sets the column index of this component when placed inside a GridPanel. (Inherited from Component.)

GridRow

Gets or sets the row index of this component when placed inside a GridPanel. (Inherited from Component.)

Height

Gets or sets a fixed height for this component. (Inherited from Component.)

HighlightedItem

Gets or sets the data item that should be drawn highlighted.

HighlightStroke

Gets or sets the Brush used to stroke highlighted item.

HighlightStrokeDashStyle

Gets or sets the stroke dash style of highlighted item.

HighlightStrokeThickness

Gets or sets the stroke thickness of highlighted item.

HitTestVisibility

Gets or sets the hit-test visibility of this component. (Inherited from Component.)

HorizontalAlignment

Gets or sets the horizontal alignment of this component inside the layout rectangle allocated by its parent panel. (Inherited from Component.)

Margin

Gets or sets the margin space around this component relative to the layout rectangle allocated by its parent panel. (Inherited from Component.)

RectInParent

Gets the boundaries of this component relative to its parent. (Inherited from Component.)

SeriesRenderers

Gets or sets the SeriesRenderer objects that should draw inside this plot.

SeriesStyle

Gets or sets a SeriesStyle whose attributes should be used to draw series inside this plot, unless their own renderers have a local SeriesStyle value set for respective attribute.

ToolTip

Gets or sets the component's tooltip text. (Inherited from Component.)

VerticalAlignment

Gets or sets the vertical alignment of this component inside the layout rectangle allocated by its parent panel. (Inherited from Component.)

Visibility

Gets or sets the visibility of this component. (Inherited from Component.)

Width

Gets or sets a fixed width for this component. (Inherited from Component.)

XInParent

A double value specifying the component's horizontal position relative to its parent. (Inherited from Component.)

YInParent

A double value specifying the component's vertical position relative to its parent. (Inherited from Component.)

 Public Methods

  Name Description

AdjustDataRanges

Called at the end of data measurement pass.

Arrange

Sets the location and size of this component relatively to its parent. (Inherited from Component.)

CreateController

Returns a ComponentController used to interact with this component. (Inherited from Component.)

DomainDimension

Implements the SeriesContainer interface. Gets the index of the dimension whose set of values should be treated as domain of plotted function.

Draw

Component.Draw override. Draws a grid and all chart graphics represented by contained SeriesRenderer objects.

EffectiveBorderStroke

Gets the Brush that should be used to stroke the plot's borders.

EffectiveFill

Gets the Brush that should be used to fill the plot's background.

EnumSeries

Implements SeriesContainer.

HitTest

Returns the component containing specified point. (Inherited from Component.)

Invalidate

Overloaded. Invalidates the appearance of this component. (Inherited from Component.)

InvalidateLayout

Invalidates the current layout and runs a new layout pass before next draw operation. (Inherited from Component.)

LocalToRoot

Transforms the specified point to the coordinate system of the root panel. (Inherited from Component.)

Measure

Component.Measure override. Measures the desired size of this component.

MeasureDataRanges

Measures data of all SeriesRenderer objects drawn inside this plot.

RootToLocal

Transforms the specified point to the coordinate system of this component. (Inherited from Component.)

StartMeasureData

Called in the beginning of data measurement pass.

Visit

Implements the visitor design pattern. (Inherited from Component.)

 Protected Methods

  Name Description

Add

Sums specified nullable double values. (Inherited from Component.)

ArrangeInRect

Arranges a child component in specified layout rectangle. (Inherited from Component.)

DrawGrid

Draws the plot's grid.

DrawOrigins

Draws the plot's axis origin lines.

DrawPlot

Draws the plot's background and borders.

EffectiveBorder

Gets the Pen that should be used to draw the plot's borders.

EffectiveBorderStrokeThickness

Gets the thickness of border strokes.

EffectiveStrokeDashStyle

Gets the dash style of border strokes.

Max

Returns the larger of specified values. (Inherited from Component.)

OnRendererDataChanged

Called when a Series raises its DataChanged event.

 See Also