The Graph type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Graph |
Creates graph object
|
Methods
Fields
Properties
| Name | Description | |
|---|---|---|
| ActiveDataSet |
Gets AggregateDataSet for the current grouping interval.
| |
| ActualHeight | (Inherited from FrameworkElement.) | |
| ActualWidth | (Inherited from FrameworkElement.) | |
| AllowDrop | (Inherited from UIElement.) | |
| AutoSkipValues |
Gets or sets whether graph is allowed to skip items if there are more visible items than width of plot area.
The default is false.
This is a dependency property.
| |
| BaseValue |
Returns base value for recalculation operations
| |
| BindingGroup | (Inherited from FrameworkElement.) | |
| BitmapEffect | Obsolete. (Inherited from UIElement.) | |
| BitmapEffectInput | Obsolete. (Inherited from UIElement.) | |
| Brush |
Gets or sets main graph brush. If this is not set (null - the default) DataSet's brush is used.
This is a dependency property.
| |
| BulletBrush |
Gets or sets bullet brush. If this is not set (null - the default) graph's brush is used.
This is a dependency property.
| |
| BulletSize |
Gets or sets bullet size. The default is 6 units.
This is a dependency property.
| |
| BulletType |
Gets or sets bullet type. The default is None.
This is a dependency property.
| |
| CalculatedBrush |
Gets actual Brush that is used to draw the graph.
This is a dependency property.
| |
| Chart |
Gets Chart to which this graph belongs.
| |
| Clip | (Inherited from UIElement.) | |
| ClipToBounds | (Inherited from UIElement.) | |
| CommandBindings | (Inherited from UIElement.) | |
| ComparisonDataField |
Gets or sets data field used as data field for comparison graphs.
Set to null (the default) to use field specified in DataField
This is a dependency property.
| |
| ConnectOverGaps |
Gets or sets value specifying if lines should be drawn between
previous available and next available data item if there's a gap in data.
Applies to line and step line graphs only.
The default is true.
This is a dependency property.
| |
| ContextMenu | (Inherited from FrameworkElement.) | |
| CurrentDataItem |
Gets or sets currently active (hovered) data item.
The default is null.
This is a dependency property.
| |
| CurrentDateTime |
Gets or sets currently active (hovered) date/time.
The default is null.
This is a dependency property.
| |
| Cursor | (Inherited from FrameworkElement.) | |
| CursorBrush |
Gets or sets brush for the cursor indicator.
If this is not set (the default) graph's main brush is used.
This is a dependency property.
| |
| CursorSize |
Gets or sets size of the cursor indicator.
The default is 10.
This is a dependency property.
| |
| DashArray |
Gets or sets line/outline dash array
This is a dependency property.
| |
| DataContext | (Inherited from FrameworkElement.) | |
| DataField |
Gets or sets data field used as main data field of the chart.
It is used to draw single value graphs (line, step, column),
calculate cursor position, etc.
The default is Value.
This is a dependency property.
| |
| DataSet |
Gets or sets DataSet with which this graph is associated.
If this is not set, MainDataSet is used.
The default is .
This is a dependency property.
| |
| DataSetID |
Gets or sets identifier of DataSet with which this graph is associated.
If this is not set, MainDataSet is used.
The default is String.Empty.
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.) | |
| EventBullets |
Holds custom graph's event bullets (not associated with any data set)
| |
| Fill |
Gets or sets fill brush.
If this is not set (null - the default) main Brush is used in Column graph, null (no fill) in Line.
This is a dependency property.
| |
| FlowDirection | (Inherited from FrameworkElement.) | |
| Focusable | (Inherited from UIElement.) | |
| FocusVisualStyle | (Inherited from FrameworkElement.) | |
| ForceCursor | (Inherited from FrameworkElement.) | |
| GraphType |
Gets or sets the type of this graph.
The default is Line.
This is a dependency property.
| |
| HasAnimatedProperties | (Inherited from UIElement.) | |
| Height | (Inherited from FrameworkElement.) | |
| HorizontalAlignment | (Inherited from FrameworkElement.) | |
| InheritanceBehavior | (Inherited from FrameworkElement.) | |
| InputBindings | (Inherited from UIElement.) | |
| InputScope | (Inherited from FrameworkElement.) | |
| IsArrangeValid | (Inherited from UIElement.) | |
| IsCompareGraph |
Gets value indicating whether this grap is automatically created comparison graph.
| |
| IsEnabled | (Inherited from UIElement.) | |
| IsEnabledCore | (Inherited from UIElement.) | |
| IsFilled | ||
| IsFocused | (Inherited from UIElement.) | |
| IsHitTestVisible | (Inherited from UIElement.) | |
| IsIncludedInMinMaxCalculations |
Gets or sets value specifying whether this graph should be considered when calculating minimum and maximum
values for the axis.
The default is true.
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.) | |
| IsSingleValueGraph |
True if graph is single value graph (Line, Column, Step, etc.), false if multivalue (Ohlc, Candlestick, etc.)
| |
| IsStylusCaptured | (Inherited from UIElement.) | |
| IsStylusCaptureWithin | (Inherited from UIElement.) | |
| IsStylusDirectlyOver | (Inherited from UIElement.) | |
| IsStylusOver | (Inherited from UIElement.) | |
| IsVisible | (Inherited from UIElement.) | |
| LayoutTransform | (Inherited from FrameworkElement.) | |
| Language | (Inherited from FrameworkElement.) | |
| LegendCloseLabelText |
Gets or sets text for the label of close field in legend.
The default is "close: ".
This is a dependency property.
| |
| LegendHighLabelText |
Gets or sets text for the label of high field in legend.
The default is "high: ".
This is a dependency property.
| |
| LegendItemType |
Gets or sets legend item type for this graph when there's CurrentDataItem set.
The default is Value.
This is a dependency property.
| |
| LegendLowLabelText |
Gets or sets text for the label of low field in legend.
The default is "low: ".
This is a dependency property.
| |
| LegendOpenLabelText |
Gets or sets text for the label of open field in legend.
The default is "open: ".
This is a dependency property.
| |
| LegendPeriodItemType |
Gets or sets legend item type for this graph when there's CurrentDataItem is not set.
The default is OpenClose.
This is a dependency property.
| |
| LegendPeriodValueFormatString |
Gets or sets formatting string for values in legend when no current data point is set.
The default is null - use LegendValueFormatString.
This is a dependency property.
| |
| LegendValueFormatString |
Gets or sets formatting string for values in legend.
The default is "0.##".
This is a dependency property.
| |
| LegendValueLabelText |
Gets or sets text for the label of value field in legend.
The default is "value: ".
This is a dependency property.
| |
| LineThickness |
Gets or sets graph line thickness. The default is 1 unit.
This is a dependency property.
| |
| LogicalChildren | (Inherited from FrameworkElement.) | |
| Margin | (Inherited from FrameworkElement.) | |
| MaxHeight | (Inherited from FrameworkElement.) | |
| MaxWidth | (Inherited from FrameworkElement.) | |
| MinHeight | (Inherited from FrameworkElement.) | |
| MinWidth | (Inherited from FrameworkElement.) | |
| Name | (Inherited from FrameworkElement.) | |
| NegativeBrush |
Gets or sets brush for negative change in candlestick and OHLC charts.
The default is #CC0000.
This is a dependency property.
| |
| Opacity | (Inherited from UIElement.) | |
| OpacityMask | (Inherited from UIElement.) | |
| OverridesDefaultStyle | (Inherited from FrameworkElement.) | |
| Parent | (Inherited from FrameworkElement.) | |
| PeriodValue |
Gets or sets a setting specifying which value should be used or what operation applied
when data is grouped into longer periods.
The default is Last.
This is a dependency property.
| |
| PersistId | Obsolete. (Inherited from UIElement.) | |
| PositiveBrush |
Gets or sets brush for positive change in candlestick and OHLC charts.
The default is #00CC00.
This is a dependency property.
| |
| RenderSize | (Inherited from UIElement.) | |
| RenderTransform | (Inherited from UIElement.) | |
| RenderTransformOrigin | (Inherited from UIElement.) | |
| Resources | (Inherited from FrameworkElement.) | |
| ShowDataSetEvents |
Gets or sets setting indicating whether event bullets defined in data set should be shown on graph.
The default is false.
This is a dependency property.
| |
| ShowLegendKey |
Gets or sets whether key (colored circle) should be displayed in legend for this graph.
The default is true.
This is a dependency property.
| |
| ShowLegendTitle |
Gets or sets whether title should be shown in legend for this graph.
The default is true.
This is a dependency property.
| |
| SnapsToDevicePixels | (Inherited from UIElement.) | |
| Style | (Inherited from FrameworkElement.) | |
| StylusPlugIns | (Inherited from UIElement.) | |
| Tag | (Inherited from FrameworkElement.) | |
| TemplatedParent | (Inherited from FrameworkElement.) | |
| Title | ||
| ToolTip | (Inherited from FrameworkElement.) | |
| Triggers | (Inherited from FrameworkElement.) | |
| Uid | (Inherited from UIElement.) | |
| UsePositiveNegativeBrushForColumns |
Gets or sets brush setting specifying if PositiveBrush and NegativeBrush should be used instead of Fill in Column graph.
The default is false.
This is a dependency property.
| |
| ValueAxis |
Gets or sets value specifying location of the axis to which this graph belongs.
The default value is Left.
This is a dependency property.
| |
| VerticalAlignment | (Inherited from FrameworkElement.) | |
| Visibility | (Inherited from UIElement.) | |
| VisibleDataItems |
Gets list of currently visible data items
| |
| 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.) |