MindFusion.Wpf Pack Programmer's Guide
RealTimeChart Members
Constructors Fields Properties Methods Events
 


Represents the RealTimeChart control.

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

 Public Constructors

  Name Description

RealTimeChart

Initializes a new instance of the RealTimeChart.

 Public Fields

  Name Description

BitmapOffsetProperty

Identifies the BitmapOffset dependency property.

CornerRadiusProperty

Identifies the CornerRadius dependency property.

FastScrollModeProperty

Identifies the FastScrollMode dependency property.

FrameBottomThicknessProperty

Identifies the FrameBottomThickness dependency property.

FrameLeftThicknessProperty

Identifies the FrameLeftThickness dependency property.

FrameRightThicknessProperty

Identifies the FrameRightThickness dependency property.

FrameTopThicknessProperty

Identifies the FrameTopThickness dependency property.

GridAxisProperty

Identifies the GridAxis dependency property.

LegendBackgroundProperty

Identifies the LegendBackground dependency property.

LegendBorderBrushProperty

Identifies the LegendBorderBrush dependency property.

LegendHeightProperty

Identifies the LegendHeight dependency property.

LegendHorizontalAlignmentProperty

Identifies the LegendHorizontalAlignment dependency property.

LegendOrientationProperty

Identifies the LegendOrientation dependency property.

LegendVerticalAlignmentProperty

Identifies the LegendVerticalAlignment dependency property.

LegendWidthProperty

Identifies the LegendWidth dependency property.

MajorGridSizeXProperty

Identifies the MajorGridSizeX dependency property.

MajorGridSizeYProperty

Identifies the MajorGridSizeY dependency property.

MajorGridStrokeProperty

Identifies the MajorGridStroke dependency property.

MajorGridStrokeThicknessProperty

Identifies the MajorGridStrokeThickness dependency property.

MinorGridSizeXProperty

Identifies the MinorGridSizeX dependency property.

MinorGridSizeYProperty

Identifies the MinorGridSizeY dependency property.

MinorGridStrokeProperty

Identifies the MinorGridStroke dependency property.

MinorGridStrokeThicknessProperty

Identifies the MinorGridStrokeThickness dependency property.

ScrollOffsetProperty

Identifies the ScrollOffset dependency property.

SeriesCollectionProperty

Identifies the SeriesCollection dependency property.

ShowCrosshairsProperty

Identifies the ShowCrosshairs dependency property.

ShowLegendProperty

Identifies the ShowLegend dependency property.

TitleFontFamilyProperty

Identifies the TitleFontFamily dependency property.

TitleFontSizeProperty

Identifies the TitleFontSize dependency property.

TitleHorizontalAlignmentProperty

Identifies the TitleHorizontalAlignment dependency property.

TitleTextProperty

Identifies the TitleText dependency property.

TitleVerticalAlignmentProperty

Identifies the TitleVerticalAlignment dependency property.

TooltipAxisProperty

Identifies the FallbackTooltipAxis dependency property.

TooltipBackgroundProperty

Identifies the FallbackTooltipBackground dependency property.

TooltipVisibilityProperty

Identifies the TooltipVisibility dependency property.

XAxisProperty

Identifies the XAxis dependency property.

Y2AxisCollectionProperty

Identifies the Y2AxisCollection dependency property.

YAxisCollectionProperty

Identifies the YAxisCollection dependency property.

 Public Properties

  Name Description

BitmapOffset

Gets or sets the bitmap cache scroll offset.

CornerRadius

Gets or sets the corner radius of the chart control's bounding rectangle. This is a dependency property.

FallbackTooltipBackground

Gets or sets the tooltip background brush.

FastScrollMode

Gets or sets whether the chart should automatically scroll when provided data exceeds current max. value shown on axis.

FrameBottomThickness

Gets or sets the thickness of the bottom plot area frame.

FrameLeftThickness

Gets or sets the thickness of the left plot area frame.

FrameRightThickness

Gets or sets the thickness of the right plot area frame.

FrameTopThickness

Gets or sets the thickness of the top plot area frame.

GridAxis

Gets or sets the YAxis used to calculate grid spacing.

LegendBackground

Gets or sets the legend background brush.

LegendBorderBrush

Gets or sets the legend border brush.

LegendHeight

Gets or sets the height of the legend.

LegendHorizontalAlignment

Gets or sets the horizontal alignment of the legend.

LegendOrientation

Gets or sets the orientation of the legend.

LegendVerticalAlignment

Gets or sets the vertical alignment of the legend.

LegendWidth

Gets or sets the width of the legend.

MajorGridSizeX

Gets or sets the numeric interval at which major grid lines parallel to the Y-axis are drawn.

MajorGridSizeY

Gets or sets the numeric interval at which major grid lines parallel to the Y-axis are drawn.

MajorGridStroke

Gets or sets the brush used for drawing major grid lines.

MajorGridStrokeThickness

Gets or sets the thickness of the brush for drawing major grid lines.

MinorGridSizeX

Gets or sets the numeric interval at which minor grid lines parallel to the Y-axis are drawn.

MinorGridSizeY

Gets or sets the numeric interval at which minor grid lines parallel to the Y-axis are drawn.

MinorGridStroke

Gets or sets the brush used for drawing minor grid lines.

MinorGridStrokeThickness

Gets or sets the thickness of the brush used for drawing minor grid lines.

ScrollOffset

Gets or sets the scroll offset.

SeriesCollection

Gets or sets the collection of Series for the chart.

ShowCrosshairs

Gets or sets whether the crosshairs are visible.

ShowFallbackTooltip

Gets or sets whether a fallback tooltip is shown.

ShowLegend

Gets or sets whether the chart has a legend.

TitleFontFamily

Gets or sets the font family of the chart title.

TitleFontSize

Gets or sets the font size of the chart title.

TitleHorizontalAlignment

iGets or sets the horizontal alignment of the title.

TitleText

Gets or sets the text of the chart title.

TitleVerticalAlignment

Gets or sets the vertical alignment of the title.

TooltipAxis

Gets or sets the YAxis used to calculate coordinates shown in the tooltip.

TooltipDistance

Gets or sets the distance of the tooltip to the element it refers to.

TooltipVisibility

Gets or sets whether tooltips are drawn.

XAxis

Gets or sets the settings for the X-axis.

Y2AxisCollection

Gets or sets the collection of Y2Axis settings for the chart.

YAxisCollection

Gets or sets the collection of YAxis-settings for the chart.

 Public Methods

  Name Description

ClearCache

Clears the cache of the chart.

Commit

Overloaded.  

OnApplyTemplate

FrameworkElement.ApplyTemplate override.

 Protected Methods

  Name Description

OnPreviewMouseDown

Raises the OnPreviewMouseDown event.

 Public Events

  Name Description

YAxisClicked

Ocurrs when an Y-axis is clicked.

 See Also

RealTimeChart Class
MindFusion.RealTimeCharting.Wpf Namespace