The Chart type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Chart |
Creates Chart object
|
Methods
Fields
Properties
| Name | Description | |
|---|---|---|
| ActualHeight | (Inherited from FrameworkElement.) | |
| ActualWidth | (Inherited from FrameworkElement.) | |
| AllowDrop | (Inherited from UIElement.) | |
| Background | (Inherited from Control.) | |
| BindingGroup | (Inherited from FrameworkElement.) | |
| BitmapEffect | Obsolete. (Inherited from UIElement.) | |
| BitmapEffectInput | Obsolete. (Inherited from UIElement.) | |
| BorderBrush | (Inherited from Control.) | |
| BorderThickness | (Inherited from Control.) | |
| ChartCanvas |
Get reference of the Canvas on which the actual chart items are drawn
| |
| Clip | (Inherited from UIElement.) | |
| ClipToBounds | (Inherited from UIElement.) | |
| ColumnWidth |
Gets width in units of single column/candlestick/ohlc data item.
| |
| ColumnWidthAllocation |
Gets or sets portion of current grouping interval step allocated to one column.
From 0 (vertical line) to 1 (all space).
The default is 0.8.
This is a dependency property.
| |
| CommandBindings | (Inherited from UIElement.) | |
| CompareGraphs |
Gets graphs that are automatically added as comparison graphs
| |
| ComparisonGraphDashArray |
Dash array of the comparison graph. If this is null (the default),
dash array of the main graph is used.
This is a dependency property.
| |
| ComparisonGraphLineThickness |
Thickness of line for the comparison graphs. If this is set to double.NaN (the default)
thickness of main graph's line is used.
This is a dependency property.
| |
| ComparisonGraphUsesMainBrush |
Gets or sets value specifying whether comparison graphs should be drawn using the same brush
as main graph.
The default is false.
This is a dependency property.
| |
| ContextMenu | (Inherited from FrameworkElement.) | |
| CurrentDateTime |
Gets or sets current (hovered) date/time of the chart.
The default is null.
This is a dependency property.
| |
| Cursor | (Inherited from FrameworkElement.) | |
| DataContext | (Inherited from FrameworkElement.) | |
| DatesAreSet | ||
| DateTimeAxis |
Gets or sets date/time (x) axis for the chart.
Axis with default settings is used by default.
This is a dependency property.
| |
| DateTimeAxisGrid |
Gets or sets date/time (x) axis grid for the chart.
Grid with default settings is used by default.
This is a dependency property.
| |
| DefaultStyleKey | (Inherited from FrameworkElement.) | |
| DependencyObjectType | (Inherited from DependencyObject.) | |
| DesiredSize | (Inherited from UIElement.) | |
| Dispatcher | (Inherited from DispatcherObject.) | |
| Effect | (Inherited from UIElement.) | |
| EndDate |
Gets or sets visible end date of the chart.
The default is DateTime.MaxValue.
This is a dependency property.
| |
| EventBulletDateFormatString |
Gets or sets format string for event date in the balloon.
The default is "d" (short date).
This is a dependency property.
| |
| EventBulletFill |
Gets or sets Brush used as fill for event bullets.
The default is White.
This is a dependency property.
| |
| EventBulletHoverFill |
Gets or sets Brush used as fill for event bullets when mouse is over them.
The default is #CC0000.
This is a dependency property.
| |
| EventBulletOnAxis |
Gets or sets value specifying if the bullet should be placed on horizontal axis (true) or at specified position (false).
The default is false.
This is a dependency property.
| |
| EventBullets |
Holds custom chart's event bullets (not associated with any data set)
| |
| EventBulletSize |
Gets or sets the size of event bullets.
The default is 15 units.
This is a dependency property.
| |
| EventBulletStroke |
Gets or sets Brush used as stroke brush or outline for event bullets.
The default is #ABABAB.
This is a dependency property.
| |
| EventBulletStrokeDashArray |
Gets or sets dash array for event bullets.
This is a dependency property.
| |
| EventBulletStrokeThickness |
Gets or sets stroke thickness for the outline of event bullets.
The default NaN (auto).
This is a dependency property.
| |
| EventBulletTextBrush |
Gets or sets brush used to render text on event bullets.
The default is Black.
This is a dependency property.
| |
| EventBulletThresholdPeriod |
Specifies grouping interval after which event bullets should be hidden.
The default is Year - event bullets are always on.
This is a dependency property.
| |
| EventBulletType |
Gets or sets type of event bullets.
The default is Sign.
This is a dependency property.
| |
| FlowDirection | (Inherited from FrameworkElement.) | |
| Focusable | (Inherited from UIElement.) | |
| FocusVisualStyle | (Inherited from FrameworkElement.) | |
| FontFamily | (Inherited from Control.) | |
| FontSize | (Inherited from Control.) | |
| FontStyle | (Inherited from Control.) | |
| FontStretch | (Inherited from Control.) | |
| FontWeight | (Inherited from Control.) | |
| ForceCursor | (Inherited from FrameworkElement.) | |
| Foreground | (Inherited from Control.) | |
| Graphs |
Holds all graphs belonging to this chart.
| |
| GridHeight |
Gets or sets height of the grid cell holding the chart.
The default is GridUnitType.Star.
This is a dependency property.
| |
| GroupingInterval |
Gets current (active) grouping interval for the chart.
| |
| HandlesScrolling | (Inherited from Control.) | |
| HasAnimatedProperties | (Inherited from UIElement.) | |
| Height | (Inherited from FrameworkElement.) | |
| HorizontalAlignment | (Inherited from FrameworkElement.) | |
| HorizontalContentAlignment | (Inherited from Control.) | |
| InheritanceBehavior | (Inherited from FrameworkElement.) | |
| InputBindings | (Inherited from UIElement.) | |
| InputScope | (Inherited from FrameworkElement.) | |
| IsArrangeValid | (Inherited from UIElement.) | |
| IsDataGroupingEnabled |
Gets or sets value indiciating whether data should be grouped into longer periods
when there are more visible data points than specified in ItemGroupingThreshold.
The default is true.
This is a dependency property.
| |
| IsEnabled | (Inherited from UIElement.) | |
| IsEnabledCore | (Inherited from UIElement.) | |
| IsFocused | (Inherited from UIElement.) | |
| IsHitTestVisible | (Inherited from UIElement.) | |
| IsInComparisonMode |
Gets or sets setting specifying if comparison graphs should be automatically created
for data sets set for comparison.
The default is false.
This is a dependency property.
| |
| IsInitialized | (Inherited from FrameworkElement.) | |
| IsInputMethodEnabled | (Inherited from UIElement.) | |
| IsKeyboardFocused | (Inherited from UIElement.) | |
| IsKeyboardFocusWithin | (Inherited from UIElement.) | |
| IsLoaded | (Inherited from FrameworkElement.) | |
| IsMeasureValid | (Inherited from UIElement.) | |
| IsMouseCaptured | (Inherited from UIElement.) | |
| IsMouseCaptureWithin | (Inherited from UIElement.) | |
| IsMouseDirectlyOver | (Inherited from UIElement.) | |
| IsMouseOver | (Inherited from UIElement.) | |
| IsSealed | (Inherited from DependencyObject.) | |
| IsStylusCaptured | (Inherited from UIElement.) | |
| IsStylusCaptureWithin | (Inherited from UIElement.) | |
| IsStylusDirectlyOver | (Inherited from UIElement.) | |
| IsStylusOver | (Inherited from UIElement.) | |
| IsTabStop | (Inherited from Control.) | |
| IsVisible | (Inherited from UIElement.) | |
| LayoutTransform | (Inherited from FrameworkElement.) | |
| Language | (Inherited from FrameworkElement.) | |
| LeftValueAxis |
Gets or sets left value axis for the chart.
Axis with default values is used by default if there's at least one chart assigned to this axis.
This is a dependency property.
| |
| LeftValueAxisGrid |
Gets or sets grid for the LeftValueAxis.
Grid with default settings is used by default.
This is a dependency property.
| |
| Legend |
Gets or sets Legend for the chart.
Legend with default settings is used if this is not set (null).
This is a dependency property.
| |
| LogicalChildren | (Inherited from FrameworkElement.) | |
| MainDataSet |
Gets main dataset.
The default is null - first available dataset is used as main.
This is a dependency property.
| |
| MainGraphs |
Gets graphs that are manually created (not automatic comparison graphs).
| |
| MainPanel |
Gets main panel of the chart. The panel contains ChartCanvas and Legend.
| |
| Margin | (Inherited from FrameworkElement.) | |
| MaxHeight | (Inherited from FrameworkElement.) | |
| MaxWidth | (Inherited from FrameworkElement.) | |
| MinHeight | (Inherited from FrameworkElement.) | |
| MinWidth | (Inherited from FrameworkElement.) | |
| Name | (Inherited from FrameworkElement.) | |
| Opacity | (Inherited from UIElement.) | |
| OpacityMask | (Inherited from UIElement.) | |
| OverridesDefaultStyle | (Inherited from FrameworkElement.) | |
| Padding | (Inherited from Control.) | |
| Parent | (Inherited from FrameworkElement.) | |
| PersistId | Obsolete. (Inherited from UIElement.) | |
| PlotAreaBackground |
Gets or sets plot area background. The default is White.
This is a dependency property.
| |
| PlotAreaBorderBrush |
Gets or sets plot area border brush. The default is null - no border.
This is a dependency property.
| |
| PlotAreaBorderThickness |
Gets or sets plot area border thickness. The default is 1 unit.
This is a dependency property.
| |
| PlotAreaInnerSize |
Returns inner size of the plot area
| |
| PlotAreaMargin |
Gets or sets plot area margins. The default is 0.
This is a dependency property.
| |
| RecalculateFromDateTime |
If this property is set and RecalculateValues is set to true,
the value at this date is used as base value for recalculation.
The default is null.
This is a dependency property.
| |
| RecalculateFromStart |
Gets or sets setting specifying whether values should be recalculated to percent change
for start of the data set (true) or from first visible date (false - the default).
This is a dependency property.
| |
| RecalculateValues |
Gets or sets setting specifying whether values should be recalculated to percent change.
The default is false.
This is a dependency property.
| |
| RenderSize | (Inherited from UIElement.) | |
| RenderTransform | (Inherited from UIElement.) | |
| RenderTransformOrigin | (Inherited from UIElement.) | |
| Resources | (Inherited from FrameworkElement.) | |
| RightValueAxis |
Gets or sets right value axis for the chart.
Axis with default values is used by default if there's at least one chart assigned to this axis.
This is a dependency property.
| |
| RightValueAxisGrid |
Gets or sets grid for the RightValueAxis.
Grid with default settings is used by default.
This is a dependency property.
| |
| ShowEventBalloons |
Gets or sets setting specifying if event bullet balloons are enabled.
The default is true.
This is a dependency property.
| |
| SnapsToDevicePixels | (Inherited from UIElement.) | |
| StartDate |
Gets or sets visible start date of the chart
The default is DateTime.MinValue.
This is a dependency property.
| |
| StepWidth |
Gets width in units allocated to a single data item along date (x) axis.
| |
| Style | (Inherited from FrameworkElement.) | |
| StylusPlugIns | (Inherited from UIElement.) | |
| StockChart |
Gets StockChart object to which this chart belongs
| |
| TabIndex | (Inherited from Control.) | |
| Tag | (Inherited from FrameworkElement.) | |
| Template | (Inherited from Control.) | |
| TemplatedParent | (Inherited from FrameworkElement.) | |
| Title |
Sets the title of the chart which is displayed in the legend.
The default is null (no title).
This is a dependency property.
| |
| ToolTip | (Inherited from FrameworkElement.) | |
| Triggers | (Inherited from FrameworkElement.) | |
| Uid | (Inherited from UIElement.) | |
| VerticalAlignment | (Inherited from FrameworkElement.) | |
| VerticalContentAlignment | (Inherited from Control.) | |
| Visibility | (Inherited from UIElement.) | |
| VisualBitmapEffect | Obsolete. (Inherited from Visual.) | |
| VisualBitmapEffectInput | Obsolete. (Inherited from Visual.) | |
| VisualBitmapScalingMode | (Inherited from Visual.) | |
| VisualChildrenCount | (Inherited from FrameworkElement.) | |
| VisualClip | (Inherited from Visual.) | |
| VisualEdgeMode | (Inherited from Visual.) | |
| VisualEffect | (Inherited from Visual.) | |
| VisualYSnappingGuidelines | (Inherited from Visual.) | |
| VisualOffset | (Inherited from Visual.) | |
| VisualOpacity | (Inherited from Visual.) | |
| VisualOpacityMask | (Inherited from Visual.) | |
| VisualParent | (Inherited from Visual.) | |
| VisualTransform | (Inherited from Visual.) | |
| VisualXSnappingGuidelines | (Inherited from Visual.) | |
| Width | (Inherited from FrameworkElement.) |