バージョン

SeriesViewer クラス プロパティ

このクラスのメンバの一覧は、SeriesViewerメンバを参照してください。

パブリック プロパティ
 名前解説
Public プロパティActualHeightGets the rendered height of this element. System.Windows.FrameworkElementから継承されます。
Public プロパティActualInteractionPixelScalingRatioチャートとのエンド ユーザー操作で使用するピクセル拡大縮小の解決済みの方法。  
Public プロパティActualPixelScalingRatio解決されたピクセル拡大縮小比率を取得します。  
Public プロパティActualPlotAreaBorderBrush現在の SeriesViewers オブジェクトのプロット領域の境界として使用する実際のブラシを取得または設定します。

これは依存プロパティです。

 
Public プロパティActualSyncLinkSeriesViewers を同期するために使用する同期マネージャーを取得または設定します。  
Public プロパティActualWidthGets the rendered width of this element. System.Windows.FrameworkElementから継承されます。
Public プロパティActualWindowPositionHorizontal水平スクロールの位置を決定する 0 ~ 1 の数。  
Public プロパティActualWindowPositionVertical垂直スクロールの位置を決定する 0 ~ 1 の数。  
Public プロパティActualWindowRect現在のズーム レベルを表す長方形ウィンドウの実際の値を取得します。  
Public プロパティActualWindowRectMinHeight固定される前にウィンドウ四角形が到達できる実際の最小高さを取得します。  
Public プロパティActualWindowRectMinWidth固定される前にウィンドウ四角形が到達できる実際の最小幅を取得します。  
Public プロパティAllowDropGets or sets a value indicating whether this element can be used as the target of a drag-and-drop operation. This is a dependency property. System.Windows.UIElementから継承されます。
Public プロパティAnimateSeriesWhenAxisRangeChanges軸上で範囲の変化を検出したときにシリーズ アニメーションを受け入れるかどうかを取得するか設定します。  
Public プロパティAreAnyTouchesCapturedGets a value that indicates whether at least one touch is captured to this element. System.Windows.UIElementから継承されます。
Public プロパティAreAnyTouchesCapturedWithinGets a value that indicates whether at least one touch is captured to this element or to any child elements in its visual tree. System.Windows.UIElementから継承されます。
Public プロパティAreAnyTouchesDirectlyOverGets a value that indicates whether at least one touch is pressed over this element. System.Windows.UIElementから継承されます。
Public プロパティAreAnyTouchesOverGets a value that indicates whether at least one touch is pressed over this element or any child elements in its visual tree. System.Windows.UIElementから継承されます。
Public プロパティBackgroundGets or sets a brush that describes the background of a control. System.Windows.Controls.Controlから継承されます。
Public プロパティBindingGroupGets or sets the System.Windows.Data.BindingGroup that is used for the element. System.Windows.FrameworkElementから継承されます。
Public プロパティBitmapEffectGets or sets a bitmap effect that applies directly to the rendered content for this element. This is a dependency property. System.Windows.UIElementから継承されます。
Public プロパティBitmapEffectInputGets or sets an input source for the bitmap effect that applies directly to the rendered content for this element. This is a dependency property. System.Windows.UIElementから継承されます。
Public プロパティBorderBrushGets or sets a brush that describes the border background of a control. System.Windows.Controls.Controlから継承されます。
Public プロパティBorderThicknessGets or sets the border thickness of a control. System.Windows.Controls.Controlから継承されます。
Public プロパティBrushesプロットされたシリーズの塗りつぶしに使用されるブラシのパレットを取得または設定します。  
Public プロパティCacheModeGets or sets a cached representation of the System.Windows.UIElement. System.Windows.UIElementから継承されます。
Public プロパティCircleMarkerTemplateSeriesViewer に円マーカーを使用するためのテンプレートを取得または設定します。  
Public プロパティClipGets or sets the geometry used to define the outline of the contents of an element. This is a dependency property. System.Windows.UIElementから継承されます。
Public プロパティClipToBoundsGets or sets a value indicating whether to clip the content of this element (or content coming from the child elements of this element) to fit into the size of the containing element. This is a dependency property. System.Windows.UIElementから継承されます。
Public プロパティCommandBindingsGets a collection of System.Windows.Input.CommandBinding objects associated with this element. A System.Windows.Input.CommandBinding enables command handling for this element, and declares the linkage between a command, its events, and the handlers attached by this element. System.Windows.UIElementから継承されます。
Public プロパティCommandCompletedツールバー ターゲットがコマンドを完了したときに実行されます。  
Public プロパティContentPresenter現在の SeriesViewer のルート ContentPresenter を取得します。  
Public プロパティContentViewportコンテンツがマップされるビューポート内のサブセット領域を表します。これは現在のズーム レベルでの現在の EffectiveViewport からビューポートへのプロジェクションです。  
Public プロパティContextMenuGets or sets the context menu element that should appear whenever the context menu is requested through user interface (UI) from within this element. System.Windows.FrameworkElementから継承されます。
Public プロパティCrosshairLineStyle現在の SeriesViewer の十字線の線種を取得または設定します。  
Public プロパティCrosshairPoint十字線の位置 (ワールド座標値) を取得または設定します。  
Public プロパティCrosshairTooltipItemTemplate十字線のツールチップに項目を追加するときに使用する DataTemplate を取得または設定します。  
Public プロパティCrosshairTooltipStyle十字線のツールチップ コンテナーに使用するスタイルを取得または設定します。十字線のツールチップは現在 WPF でのみサポートされます。  
Public プロパティCrosshairVisibility現在の SeriesViewers の十字線の表示状態を取得または設定します。  
Public プロパティCursorGets or sets the cursor that displays when the mouse pointer is over this element. System.Windows.FrameworkElementから継承されます。
Public プロパティDataContextGets or sets the data context for an element when it participates in data binding. System.Windows.FrameworkElementから継承されます。
Public プロパティDefaultInteractionDefaultInteraction プロパティを取得または設定します。

これは依存プロパティです。

 
Public プロパティDependencyObjectTypeGets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. System.Windows.DependencyObjectから継承されます。
Public プロパティDesiredSizeGets the size that this element computed during the measure pass of the layout process. System.Windows.UIElementから継承されます。
Public プロパティDiamondMarkerTemplateSeriesViewer ト上のひし形マーカーに使用するテンプレートを取得または設定します。  
Public プロパティDispatcherGets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. System.Windows.Threading.DispatcherObjectから継承されます。
Public プロパティDragModifier現在の SeriesViewer の DragModifier プロパティを取得または設定します。  
Public プロパティEffectGets or sets the bitmap effect to apply to the System.Windows.UIElement. This is a dependency property. System.Windows.UIElementから継承されます。
Public プロパティEffectiveViewportマージンが減算された後に有効なビューポイント領域を表す EffectiveViewport 四角形を取得します。  
Public プロパティFlowDirectionGets or sets the direction that text and other user interface (UI) elements flow within any parent element that controls their layout. System.Windows.FrameworkElementから継承されます。
Public プロパティFocusableGets or sets a value that indicates whether the element can receive focus. This is a dependency property. System.Windows.UIElementから継承されます。
Public プロパティFocusBrushシリーズに使用するフォーカス ブラシを取得または設定します。

これは依存プロパティです。

 
Public プロパティFocusedSeriesItems現在フォーカスされているデータ項目を取得します。このコレクションからデータ項目を追加または削除すると、その項目に関連付けられたビジュアルがフォーカスされたりぼかされたりします。  
Public プロパティFocusModeコンポーネントのシリーズで使用されるフォーカス モードを取得または設定します。  
Public プロパティFocusTransitionDurationフォーカス/フォーカス解除の結果の期間を取得または設定します。

これは依存プロパティです。

 
Public プロパティFocusVisualStyleGets or sets a property that enables customization of appearance, effects, or other style characteristics that will apply to this element when it captures keyboard focus. System.Windows.FrameworkElementから継承されます。
Public プロパティFontFamilyGets or sets the font family of the control. System.Windows.Controls.Controlから継承されます。
Public プロパティFontSizeGets or sets the font size. System.Windows.Controls.Controlから継承されます。
Public プロパティFontStretchGets or sets the degree to which a font is condensed or expanded on the screen. System.Windows.Controls.Controlから継承されます。
Public プロパティFontStyleGets or sets the font style. System.Windows.Controls.Controlから継承されます。
Public プロパティFontWeightGets or sets the weight or thickness of the specified font. System.Windows.Controls.Controlから継承されます。
Public プロパティForceCursorGets or sets a value that indicates whether this System.Windows.FrameworkElement should force the user interface (UI) to render the cursor as declared by the System.Windows.FrameworkElement.Cursor property. System.Windows.FrameworkElementから継承されます。
Public プロパティForegroundGets or sets a brush that describes the foreground color. System.Windows.Controls.Controlから継承されます。
Public プロパティHasAnimatedPropertiesGets a value indicating whether this element has any animated properties. System.Windows.UIElementから継承されます。
Public プロパティHeightGets or sets the suggested height of the element. System.Windows.FrameworkElementから継承されます。
Public プロパティHexagonMarkerTemplateSeriesViewer に六角形マーカーを使用するためのテンプレートを取得または設定します。  
Public プロパティHexagramMarkerTemplateSeriesViewer に六線星形マーカーを使用するためのテンプレートを取得または設定します。  
Public プロパティHighlightedValuesDisplayModeデフォルトでシリーズの強調表示された値を表示するかどうか、および表示する方法を取得または設定します。これは、マウスに最も近いものやマウスの下にあるものを示す強調表示機能とは異なることに注意してください。

これは依存プロパティです。

 
Public プロパティHighlightingBehaviorコンポーネントのシリーズで使用される強調表示動作を取得または設定します。これはシリーズレベル IsHighlightingEnabled に優先します。  
Public プロパティHighlightingModeコンポーネントのシリーズで使用される強調表示モードを取得または設定します。これはシリーズレベルIs HightlightingEnabled に優先します。  
Public プロパティHighlightingTransitionDuration強調表示/強調表示解除の結果の期間を取得または設定します。

これは依存プロパティです。

 
Public プロパティHorizontalAlignmentGets or sets the horizontal alignment characteristics applied to this element when it is composed within a parent element, such as a panel or items control. System.Windows.FrameworkElementから継承されます。
Public プロパティHorizontalContentAlignmentGets or sets the horizontal alignment of the control's content. System.Windows.Controls.Controlから継承されます。
Public プロパティHorizontalViewScrollbarCornerRadiusコンポーネントの水平スクロールバーに使用する角丸の半径を取得または設定します (有効な場合)。  
Public プロパティHorizontalViewScrollbarFillコンポーネントの水平スクロールバーに使用する塗りつぶしを取得または設定します (有効な場合)。  
Public プロパティHorizontalViewScrollbarHeightコンポーネントの水平スクロールバーに使用する高さを取得または設定します (有効な場合)。  
Public プロパティHorizontalViewScrollbarInsetコンポーネントの水平スクロールバーに使用する挿入距離を有効または取得します (有効な場合)。  
Public プロパティHorizontalViewScrollbarMaxOpacityコンポーネントの水平スクロールバーに使用する最大の不透明度を取得または設定します (有効な場合)。  
Public プロパティHorizontalViewScrollbarModeシリーズ ビューアーに使用する水平スクロールバー モードを取得または設定します。  
Public プロパティHorizontalViewScrollbarOutlineコンポーネントの水平スクロールバーに使用するアウトラインを取得または設定します (有効な場合)。  
Public プロパティHorizontalViewScrollbarPositionコンポーネントで水平スクロールバーを使用する位置を取得または設定します。  
Public プロパティHorizontalViewScrollbarShouldAddAutoTrackInsetsコンポーネントの水平スクロールバーに自動トラック インセットを使用するかどうかを取得または設定します (有効な場合)。  
Public プロパティHorizontalViewScrollbarStrokeThicknessコンポーネントの水平スクロールバーに使用するストロークの太さを取得または設定します (有効な場合)。  
Public プロパティHorizontalViewScrollbarTrackEndInsetコンポーネントの水平スクロールバーに使用するトラック終了インセットを取得または設定します (有効な場合)。  
Public プロパティHorizontalViewScrollbarTrackStartInsetコンポーネントの水平スクロールバーに使用するトラック開始インセットを取得または設定します (有効な場合)。  
Public プロパティHorizontalZoombar現在の SeriesViewer オブジェクトの水平 Zoombar。  
Public プロパティInputBindingsGets the collection of input bindings associated with this element. System.Windows.UIElementから継承されます。
Public プロパティInputScopeGets or sets the context for input used by this System.Windows.FrameworkElement. System.Windows.FrameworkElementから継承されます。
Public プロパティInteractionOverrideInteractionOverride プロパティを取得または設定します。

これは依存プロパティです。

 
Public プロパティInvalidateActions現在のターゲット操作が無効であり、ターゲットから新しい操作のセットを取得する必要があることをツールバーに通知します。  
Public プロパティIsArrangeValidGets a value indicating whether the computed size and position of child elements in this element's layout are valid. System.Windows.UIElementから継承されます。
Public プロパティIsDetached  
Public プロパティIsDragCrosshairEnabledドラッグ十字線が有効かどうかを取得または設定します。十字線が visible に設定されている場合は、自動的に有効にされることに注意してください。  
Public プロパティIsEnabledGets or sets a value indicating whether this element is enabled in the user interface (UI). This is a dependency property. System.Windows.UIElementから継承されます。
Public プロパティIsFocusedGets a value that determines whether this element has logical focus. This is a dependency property. System.Windows.UIElementから継承されます。
Public プロパティIsHitTestVisibleGets or sets a value that declares whether this element can possibly be returned as a hit test result from some portion of its rendered content. This is a dependency property. System.Windows.UIElementから継承されます。
Public プロパティIsInitializedGets a value that indicates whether this element has been initialized, either during processing by a XAML processor, or by explicitly having its System.Windows.FrameworkElement.EndInit method called. System.Windows.FrameworkElementから継承されます。
Public プロパティIsInputMethodEnabledGets a value indicating whether an input method system, such as an Input Method Editor (IME), is enabled for processing the input to this element. System.Windows.UIElementから継承されます。
Public プロパティIsKeyboardFocusedGets a value indicating whether this element has keyboard focus. This is a dependency property. System.Windows.UIElementから継承されます。
Public プロパティIsKeyboardFocusWithinGets a value indicating whether keyboard focus is anywhere within the element or its visual tree child elements. This is a dependency property. System.Windows.UIElementから継承されます。
Public プロパティIsLoadedGets a value that indicates whether this element has been loaded for presentation. System.Windows.FrameworkElementから継承されます。
Public プロパティIsManipulationEnabledGets or sets a value that indicates whether manipulation events are enabled on this System.Windows.UIElement. System.Windows.UIElementから継承されます。
Public プロパティIsMapこの SeriesViewer がマップであるかどうかを示します。  
Public プロパティIsMeasureValidGets a value indicating whether the current size returned by layout measure is valid. System.Windows.UIElementから継承されます。
Public プロパティIsMouseCapturedGets a value indicating whether the mouse is captured to this element. This is a dependency property. System.Windows.UIElementから継承されます。
Public プロパティIsMouseCaptureWithinGets a value that determines whether mouse capture is held by this element or by child elements in its visual tree. This is a dependency property. System.Windows.UIElementから継承されます。
Public プロパティIsMouseDirectlyOverGets a value that indicates whether the position of the mouse pointer corresponds to hit test results, which take element compositing into account. This is a dependency property. System.Windows.UIElementから継承されます。
Public プロパティIsMouseOverGets a value indicating whether the mouse pointer is located over this element (including child elements in the visual tree). This is a dependency property. System.Windows.UIElementから継承されます。
Public プロパティIsSealedGets a value that indicates whether this instance is currently sealed (read-only). System.Windows.DependencyObjectから継承されます。
Public プロパティIsStylusCapturedGets a value indicating whether the stylus is captured by this element. This is a dependency property. System.Windows.UIElementから継承されます。
Public プロパティIsStylusCaptureWithinGets a value that determines whether stylus capture is held by this element, or an element within the element bounds and its visual tree. This is a dependency property. System.Windows.UIElementから継承されます。
Public プロパティIsStylusDirectlyOverGets a value that indicates whether the stylus position corresponds to hit test results, which take element compositing into account. This is a dependency property. System.Windows.UIElementから継承されます。
Public プロパティIsStylusOverGets a value indicating whether the stylus cursor is located over this element (including visual child elements). This is a dependency property. System.Windows.UIElementから継承されます。
Public プロパティIsSurfaceInteractionDisabledプロット エリアのすべての画面操作を無効にするかどうかを取得または設定します。

これは依存プロパティです。

 
Public プロパティIsTabStopGets or sets a value that indicates whether a control is included in tab navigation. System.Windows.Controls.Controlから継承されます。
Public プロパティIsThumbnailRequiredシリーズが OverviewPlusDetailPane のサムネイルを生成する必要があるかどうかを取得します。  
Public プロパティIsVisibleGets a value indicating whether this element is visible in the user interface (UI). This is a dependency property. System.Windows.UIElementから継承されます。
Public プロパティIsWindowSyncedToVisibleRangeウィンドウの垂直方向を含まれるシリーズ コンテンツと同期するかどうかを取得または設定します。これは、利用可能なシリーズのサブセットでのみサポートされます。  
Public プロパティItemsSourceChanged  
Public プロパティLanguageGets or sets localization/globalization language information that applies to an element. System.Windows.FrameworkElementから継承されます。
Public プロパティLayoutTransformGets or sets a graphics transformation that should apply to this element when layout is performed. System.Windows.FrameworkElementから継承されます。
Public プロパティLegendSeries.Legend プロパティで指定されていない場合、この SeriesViewer のすべてのシリーズで使用するための凡例を取得または設定します。  
Public プロパティLegendHighlightingModeサポートされる場合、コンポーネントにリンクされた凡例に使用する強調表示モードを取得または設定します。  
Public プロパティLegendItemBadgeModeこのチャートのすべてのシリーズを表す凡例バッジのモードを取得または設定します。  
Public プロパティLegendItemBadgeShapeこのコンポーネントにリンクされた凡例に表示されるすべてのシリーズを表す凡例バッジのタイプを取得または設定します。  
Public プロパティMarginGets or sets the outer margin of an element. System.Windows.FrameworkElementから継承されます。
Public プロパティMarkerAutomaticBehaviorマーカータイプが自動の場合にマーカー タイプをシリーズに割り当てるために使用されるマーカー モードを取得または設定します。  
Public プロパティMarkerBrushesマーカー シリーズの塗りつぶしに使用されるブラシのパレットを取得または設定します。  
Public プロパティMarkerOutlinesプロット マーカーのアウトラインに使用されるブラシのパレットを取得または設定します。  
Public プロパティMaxHeightGets or sets the maximum height constraint of the element. System.Windows.FrameworkElementから継承されます。
Public プロパティMaxWidthGets or sets the maximum width constraint of the element. System.Windows.FrameworkElementから継承されます。
Public プロパティMinHeightGets or sets the minimum height constraint of the element. System.Windows.FrameworkElementから継承されます。
Public プロパティMinWidthGets or sets the minimum width constraint of the element. System.Windows.FrameworkElementから継承されます。
Public プロパティNameGets or sets the identifying name of the element. The name provides a reference so that code-behind, such as event handler code, can refer to a markup element after it is constructed during processing by a XAML processor. System.Windows.FrameworkElementから継承されます。
Public プロパティOpacityGets or sets the opacity factor applied to the entire System.Windows.UIElement when it is rendered in the user interface (UI). This is a dependency property. System.Windows.UIElementから継承されます。
Public プロパティOpacityMaskGets or sets an opacity mask, as a System.Windows.Media.Brush implementation that is applied to any alpha-channel masking for the rendered content of this element. This is a dependency property. System.Windows.UIElementから継承されます。
Public プロパティOutlinesプロットされたシリーズのアウトラインに使用されるブラシのパレットを取得または設定します。  
Public プロパティOverridesDefaultStyleGets or sets a value that indicates whether this element incorporates style properties from theme styles. System.Windows.FrameworkElementから継承されます。
Public プロパティOverviewPlusDetailPaneHorizontalAlignmentOverviewPlusDetailPane の横向き配置。  
Public プロパティOverviewPlusDetailPaneStyleOverviewPlusDetailPane に適用する Style。  
Public プロパティOverviewPlusDetailPaneVerticalAlignmentOverviewPlusDetailPane の縦向き配置。  
Public プロパティOverviewPlusDetailPaneVisibilityOverviewPlusDetailPane の表示/非表示。  
Public プロパティPaddingGets or sets the padding inside a control. System.Windows.Controls.Controlから継承されます。
Public プロパティPanModifier現在の SeriesViewer の PanModifier プロパティを取得または設定します。  
Public プロパティParentGets the logical parent element of this element. System.Windows.FrameworkElementから継承されます。
Public プロパティPentagonMarkerTemplateSeriesViewer に五角形マーカーを使用するためのテンプレートを取得または設定します。  
Public プロパティPentagramMarkerTemplateSeriesViewer 上のペンタグラム マーカーに使用するテンプレートを取得または設定します。  
Public プロパティPersistIdGets a value that uniquely identifies this element. System.Windows.UIElementから継承されます。
Public プロパティPlotAreaBackground現在の SeriesViewers オブジェクトのプロット領域の背景として使用するブラシを取得または設定します。  
Public プロパティPlotAreaBorderBrush現在の SeriesViewers オブジェクトのプロット領域の境界として使用するブラシを取得または設定します。

これは依存プロパティです。

null は auto として処理します。  
Public プロパティPlotAreaBorderThickness現在の SeriesViewers オブジェクトのプロット領域の境界の太さを取得または設定します。

これは依存プロパティです。

 
Public プロパティPlotAreaMinHeightプロット領域のサイズのために使用される最小の Height を取得または設定します。

これは依存プロパティです。

 
Public プロパティPlotAreaMinWidthプロット領域のサイズのために使用される最小幅を取得または設定します。

これは依存プロパティです。

 
Public プロパティPreferHigherResolutionTilesタイル ズーム時にシリーズ ビューアーがより高い解像度のタイルに適しているかどうかを取得または設定します。これを true に設定すると、パフォーマンスは低下します。が描画品質が高まります。  
Public プロパティPreviewPathStyleウィンドウ プレビューのシャドーを表示するために使用するスタイルを取得または設定します。

これは依存プロパティです。

 
Public プロパティPreviewRectプレビュー矩形を取得または設定します。  
Public プロパティPyramidMarkerTemplateSeriesViewer にピラミッド マーカーを使用するためのテンプレートを取得または設定します。  
Public プロパティRenderSizeGets (or sets, but see Remarks) the final render size of this element. System.Windows.UIElementから継承されます。
Public プロパティRenderTransformGets or sets transform information that affects the rendering position of this element. This is a dependency property. System.Windows.UIElementから継承されます。
Public プロパティRenderTransformOriginGets or sets the center point of any possible render transform declared by System.Windows.UIElement.RenderTransform, relative to the bounds of the element. This is a dependency property. System.Windows.UIElementから継承されます。
Public プロパティResourcesGets or sets the locally-defined resource dictionary. System.Windows.FrameworkElementから継承されます。
Public プロパティScrollbarsAnimationDurationスクロールバー結果の期間を取得または設定します。

これは依存プロパティです。

 
Public プロパティSelectedSeriesItems現在選択しているデータ項目を取得します。このコレクションからデータ項目を追加または削除すると、その項目に関連付けられたビジュアルを選択または選択解除します。  
Public プロパティSelectionBehaviorコンポーネントのシリーズで使用される選択動作を取得または設定します。  
Public プロパティSelectionBrushシリーズに使用する選択ブラシを取得または設定します。

これは依存プロパティです。

 
Public プロパティSelectionModeコンポーネントのシリーズで使用される選択モードを取得または設定します。  
Public プロパティSelectionModifier現在の SeriesViewer の SelectionModifier プロパティを取得または設定します。  
Public プロパティSelectionTransitionDuration選択/選択解除の結果の期間を取得または設定します。

これは依存プロパティです。

 
Public プロパティSeries現在の SeriesViewer オブジェクトの子シリーズを取得します。  
Public プロパティSeriesValueLayerUseLegend軸上で範囲の変化を検出したときにシリーズ アニメーションを受け入れるかどうかを取得するか設定します。  
Public プロパティShouldFreezeBrushesシリーズ ビューアーが提供されるブラシを自動的にフリーズするかどうかを取得または設定します。

これは依存プロパティです。

 
Public プロパティShouldKeepResourcesOnUnloadシリーズ ビュアーのコンポーネントがアンロードされるときにリソースを保持するかどうかを取得または設定します。

これは依存プロパティです。

True に設定すると、チャートがアンロードしたときに、開発者はシリーズおよび軸の ItemsSource を null に設定する必要があります。そうしない場合、メモリ リークが発生します。アンロードしたチャートが検証するか、印刷するか、複雑なチャートがタブ コントロールの複数のタブにあるなどの場合、このプロパティが便利になります。  
Public プロパティShouldMatchZOrderToSeriesOrder変異に関係なく、シリーズの Z 順序をシリーズ コレクション内の位置順序に一致させるかどうかを取得または設定します。  
Public プロパティShouldPanOnMaximumZoom渡された最大ズーム レベルでズームするときにチャートがコンテンツをパンするかどうかを取得または設定します。  
Public プロパティShouldRefreshOnCompositionRenderコンポジションターゲットのレンダリング時に保留されている更新をシリーズビューアーが実行するかどうかを取得または設定します。

これは依存プロパティです。

 
Public プロパティShouldSimulateHoverMoveCrosshairPoint  
Public プロパティSnapsToDevicePixelsGets or sets a value that determines whether rendering for this element should use device-specific pixel settings during rendering. This is a dependency property. System.Windows.UIElementから継承されます。
Public プロパティSquareMarkerTemplateSeriesViewer に四角マーカーを使用するためのテンプレートを取得または設定します。  
Public プロパティStyleGets or sets the style used by this element when it is rendered. System.Windows.FrameworkElementから継承されます。
Public プロパティSubtitleSubtitle プロパティを取得または設定します。

これは依存プロパティです。

 
Public プロパティSubtitleFontFamilySubtitleFontFamily プロパティを取得または設定します。  
Public プロパティSubtitleFontSizeSubtitleFontSize プロパティを取得または設定します。  
Public プロパティSubtitleFontStretchSubtitleFontStretch プロパティを取得または設定します。  
Public プロパティSubtitleFontStyleSubtitleFontStyle プロパティを取得または設定します。  
Public プロパティSubtitleFontWeightSubtitleFontWeight プロパティを取得または設定します。  
Public プロパティSubtitleForegroundForeground プロパティを取得または設定します。  
Public プロパティSubtitleHorizontalAlignmentSubtitleHorizontalAlignment プロパティを取得または設定します。  
Public プロパティSubtitleMarginSubtitleMargin プロパティを取得または設定します。  
Public プロパティSubtitlePresenter現在の SeriesViewer オブジェクトの水平 Zoombar。  
Public プロパティSyncChannelSeriesViewer に使用する同期チャネルを取得または設定します。  
Public プロパティTabIndexGets or sets a value that determines the order in which elements receive focus when the user navigates through controls by using the TAB key. System.Windows.Controls.Controlから継承されます。
Public プロパティTagGets or sets an arbitrary object value that can be used to store custom information about this element. System.Windows.FrameworkElementから継承されます。
Public プロパティTemplateGets or sets a control template. System.Windows.Controls.Controlから継承されます。
Public プロパティTemplatedParentGets a reference to the template parent of this element. This property is not relevant if the element was not created through a template. System.Windows.FrameworkElementから継承されます。
Public プロパティTetragramMarkerTemplateSeriesViewer にテトラグラム マーカーを使用するためのテンプレートを取得または設定します。  
Public プロパティTitleプロット エリアの上に表示するテキスト。  
Public プロパティTitleFontFamilyTitleFontFamily プロパティを取得または設定します。  
Public プロパティTitleFontSizeTitleFontSize プロパティを取得または設定します。  
Public プロパティTitleFontStretchTitleFontStretch プロパティを取得または設定します。  
Public プロパティTitleFontStyleTitleFontStyle プロパティを取得または設定します。  
Public プロパティTitleFontWeightTitleFontWeight プロパティを取得または設定します。  
Public プロパティTitleForegroundForeground プロパティを取得または設定します。  
Public プロパティTitleHorizontalAlignmentTitleHorizontalAlignment プロパティを取得または設定します。  
Public プロパティTitleMarginTitleMargin プロパティを取得または設定します。  
Public プロパティTitlePresenter現在の SeriesViewer オブジェクトの水平 Zoombar。  
Public プロパティToolTipGets or sets the tool-tip object that is displayed for this element in the user interface (UI). System.Windows.FrameworkElementから継承されます。
Public プロパティToolTipStyle現在の SeriesViewer の ToolTipStyle プロパティを設定または取得します。  
Public プロパティTouchesCapturedGets all touch devices that are captured to this element. System.Windows.UIElementから継承されます。
Public プロパティTouchesCapturedWithinGets all touch devices that are captured to this element or any child elements in its visual tree. System.Windows.UIElementから継承されます。
Public プロパティTouchesDirectlyOverGets all touch devices that are over this element. System.Windows.UIElementから継承されます。
Public プロパティTouchesOverGets all touch devices that are over this element or any child elements in its visual tree. System.Windows.UIElementから継承されます。
Public プロパティTriangleMarkerTemplateSeriesViewer に三角形マーカーを使用するためのテンプレートを取得または設定します。  
Public プロパティTriggersGets the collection of triggers established directly on this element, or in child elements. System.Windows.FrameworkElementから継承されます。
Public プロパティUidGets or sets the unique identifier (for localization) for this element. This is a dependency property. System.Windows.UIElementから継承されます。
Public プロパティUseLayoutRoundingGets or sets a value that indicates whether layout rounding should be applied to this element's size and position during layout. System.Windows.FrameworkElementから継承されます。
Public プロパティUseTiledZoomingシリーズ ビューアーがデフォルト ライブ コンテンツではなくキャッシュ タイルを使用するどうかを取得または設定します。  
Public プロパティVerticalAlignmentGets or sets the vertical alignment characteristics applied to this element when it is composed within a parent element such as a panel or items control. System.Windows.FrameworkElementから継承されます。
Public プロパティVerticalContentAlignmentGets or sets the vertical alignment of the control's content. System.Windows.Controls.Controlから継承されます。
Public プロパティVerticalViewScrollbarCornerRadiusコンポーネントの垂直スクロールバーに使用する角丸の半径を取得または設定します (有効な場合)。  
Public プロパティVerticalViewScrollbarFillコンポーネントの垂直スクロールバーに使用する塗りつぶしを取得または設定します (有効な場合)。  
Public プロパティVerticalViewScrollbarInsetコンポーネントの垂直スクロールバーに使用するインセット距離を取得または設定します (有効な場合)。  
Public プロパティVerticalViewScrollbarMaxOpacityコンポーネントの垂直スクロールバーに使用する最大の不透明度を取得または設定します (有効な場合)。  
Public プロパティVerticalViewScrollbarModeシリーズ ビューアーに使用する垂直スクロールバ ーモードを取得または設定します。  
Public プロパティVerticalViewScrollbarOutlineコンポーネントの垂直スクロールバーに使用するアウトラインを取得または設定します (有効な場合)。  
Public プロパティVerticalViewScrollbarPositionコンポーネントに垂直スクロールバーに使用する位置を取得または設定します (有効な場合)。  
Public プロパティVerticalViewScrollbarShouldAddAutoTrackInsetsコンポーネントの垂直スクロールバーに自動トラック インセットを使用するかどうかを取得または設定します (有効な場合)。  
Public プロパティVerticalViewScrollbarStrokeThicknessコンポーネントの垂直スクロールバーに使用するストロークの太さを取得または設定します (有効な場合)。  
Public プロパティVerticalViewScrollbarTrackEndInsetコンポーネントの垂直スクロールバーに使用するトラック終了インセットを取得または設定します (有効な場合)。  
Public プロパティVerticalViewScrollbarTrackStartInsetコンポーネントの垂直スクロールバーに使用するトラック開始インセットを取得または設定します (有効な場合)。  
Public プロパティVerticalViewScrollbarWidthコンポーネントの垂直スクロールバーに使用する幅を取得または設定します (有効な場合)。  
Public プロパティVerticalZoombar現在の SeriesViewer オブジェクトの垂直 Zoombar。  
Public プロパティViewportRectプロット エリアの物理的なディメンションで、SeriesViewer に関連付けられたビューポート長方形を取得します。  
Public プロパティVisibilityGets or sets the user interface (UI) visibility of this element. This is a dependency property. System.Windows.UIElementから継承されます。
Public プロパティWidthGets or sets the width of the element. System.Windows.FrameworkElementから継承されます。
Public プロパティWindowPositionHorizontal水平スクロールの位置を決定する 0 ~ 1 の数。  
Public プロパティWindowPositionVertical垂直スクロールの位置を決定する 0 ~ 1 の数。  
Public プロパティWindowRect現在表示されている SeriesViewer 部分を表す矩形。  
Public プロパティWindowRectMinHeight固定される前にウィンドウ四角形が到達できる最小の高さを設定または取得します。 ビューアーにさらにズームできるようにする場合はこの値を減らします。 この値が低すぎると、浮動小数点演算が正確でなくなるため、グラフィックが破損する場合があります。  
Public プロパティWindowRectMinWidth  
Public プロパティWindowResponseユーザー パンニングおよびズーミングに応答します。ユーザー操作が発生しているときにビューを直ちに更新、あるいはユーザー操作が完了した後まで遅延するかどうか。ユーザー操作は、パンニングやズームを発生させるマウスドラッグなどの操作です。  
Public プロパティWindowSizeMinHeightウィンドウ長方形が固定される前に到達できる最低幅を設定または取得します。 ビューアーにさらにズームできるようにする場合はこの値を減らします。 この値が低すぎると、浮動小数点演算が正確でなくなるため、グラフィックが破損する場合があります。  
Public プロパティWindowSizeMinWidthクランプされる前にウィンドウが到達できる最小ピクセル幅を設定または取得します。 ビューアーにさらにズームできるようにする場合はこの値を減らします。 この値が低すぎると、浮動小数点演算が正確でなくなるため、グラフィックが破損する場合があります。  
Public プロパティZoombarStyle現在の SeriesViewer オブジェクトのズーム バーを表示するためのスタイルを取得または設定します。  
Public プロパティZoomCoercionModeズームが軸内に制限されることを取得または設定します。これを false に設定する機能は現時点ではプレビュー機能です。  
Public プロパティZoomTileCacheSizeシリーズ ビューアーがタイル ズーム モードでキャッシュするズーム タイルの最大数を取得または設定します。  
トップ
プロテクト プロパティ
 名前解説
Protected Internal プロパティActualSeriesPlotAreaMarginHorizontalMode  
Protected Internal プロパティActualSeriesPlotAreaMarginVerticalMode  
Protected Internal プロパティActualUseTiledZoomingタイル ズーム/パンニングを使用するかどうかを取得します。  
Protected Internal プロパティActualZoomTileCacheSizeタイル ズーム/パンニングを使用するかどうかを取得します。  
Protected プロパティAngleJustAltered  
Protected Internal プロパティAreScrollbarsActive  
Protected プロパティAreScrollbarsEnabled  
Protected プロパティAreScrollbarsInitializedスクロールバーが初期化されているかどうかを確認します。  
Protected プロパティCachedEffectiveIsSquareチャートのタイプのため、高さおよび幅が等しいことが必要場合は True。  
Protected Internal プロパティCachedZoomCoercionMode  
Protected Internal プロパティCrosshairsVisible十字線の可視性を取得または設定します。  
Protected Internal プロパティDefaultStyleKeyGets or sets the key to use to reference the style for this control, when theme styles are used or defined. System.Windows.FrameworkElementから継承されます。
Protected Internal プロパティFocusHighlightingAnimator  
Protected Internal プロパティFocusHighlightingManagerインターナル  
Protected Internal プロパティHandlesScrollingGets a value that indicates whether a control supports scrolling. System.Windows.Controls.Controlから継承されます。
Protected Internal プロパティHasEffectiveKeyboardFocusGets a value that indicates whether the System.Windows.UIElement has focus. System.Windows.UIElementから継承されます。
Protected Internal プロパティHighlightingAnimatorインターナル  
Protected Internal プロパティHighlightingManagerインターナル  
Protected Internal プロパティIgnoreActualWindowRecalculate  
Protected Internal プロパティIgnoreWindowChangesインターナル  
Protected Internal プロパティInheritanceBehaviorGets or sets the scope limits for property value inheritance, resource key lookup, and RelativeSource FindAncestor lookup. System.Windows.FrameworkElementから継承されます。
Protected Internal プロパティIsAnnotationLayerPresent注釈レイヤーがビュアーにあると見なされるかどうかを取得または設定します。  
Protected Internal プロパティIsDefaultCrosshairDisabledデフォルト十字線の動作を無効にするかどうかを取得または設定します。  
Protected Internal プロパティIsDefaultTooltipDisabledデフォルト ツールチップ動作を無効にするかどうかを取得または設定します。  
Protected プロパティIsEnabledCoreGets a value that becomes the return value of System.Windows.UIElement.IsEnabled in derived classes. System.Windows.UIElementから継承されます。
Protected プロパティIsHighlightingInitialized強調表示が初期化されたかどうかを確認します。  
Protected Internal プロパティIsHighlightingProximity  
Protected Internal プロパティIsIsoScaled両方の方向の拡大縮小が等しいかどうかを取得します。  
Protected Internal プロパティLastZoomTimeコントールは最後にズームイン/ズームアウトされた時間を取得します。  
Protected プロパティLogicalChildrenオーバーライドされます。 論理子を取得します。  
Protected プロパティMarginsJustAltered  
Protected Internal プロパティMustSuppressAxisLabelTruncation  
Protected プロパティNeedsNearestSeries  
Protected Internal プロパティOverviewPlusDetailPaneインタラクティブな縮小表示 (概要と詳細ペイン)。  
Protected Internal プロパティScrollbarAnimator  
Protected Internal プロパティSelectionHighlightingAnimator  
Protected Internal プロパティSelectionHighlightingManagerインターナル  
Protected Internal プロパティShouldFreezeBrushesCachedインターナル  
Protected プロパティStylusPlugInsGets a collection of all stylus plug-in (customization) objects associated with this element. System.Windows.UIElementから継承されます。
Protected プロパティSuspendWindowRect  
Protected プロパティVisualBitmapEffectGets or sets the System.Windows.Media.Effects.BitmapEffect value for the System.Windows.Media.Visual. System.Windows.Media.Visualから継承されます。
Protected プロパティVisualBitmapEffectInputGets or sets the System.Windows.Media.Effects.BitmapEffectInput value for the System.Windows.Media.Visual. System.Windows.Media.Visualから継承されます。
Protected プロパティVisualBitmapScalingModeGets or sets the System.Windows.Media.BitmapScalingMode for the System.Windows.Media.Visual. System.Windows.Media.Visualから継承されます。
Protected プロパティVisualCacheModeGets or sets a cached representation of the System.Windows.Media.Visual. System.Windows.Media.Visualから継承されます。
Protected プロパティVisualChildrenCountGets the number of visual child elements within this element. System.Windows.FrameworkElementから継承されます。
Protected Internal プロパティVisualClearTypeHintGets or sets the System.Windows.Media.ClearTypeHint that determines how ClearType is rendered in the System.Windows.Media.Visual. System.Windows.Media.Visualから継承されます。
Protected プロパティVisualClipGets or sets the clip region of the System.Windows.Media.Visual as a System.Windows.Media.Geometry value. System.Windows.Media.Visualから継承されます。
Protected プロパティVisualEdgeModeGets or sets the edge mode of the System.Windows.Media.Visual as an System.Windows.Media.EdgeMode value. System.Windows.Media.Visualから継承されます。
Protected プロパティVisualEffectGets or sets the bitmap effect to apply to the System.Windows.Media.Visual. System.Windows.Media.Visualから継承されます。
Protected プロパティVisualOffsetGets or sets the offset value of the visual object. System.Windows.Media.Visualから継承されます。
Protected プロパティVisualOpacityGets or sets the opacity of the System.Windows.Media.Visual. System.Windows.Media.Visualから継承されます。
Protected プロパティVisualOpacityMaskGets or sets the System.Windows.Media.Brush value that represents the opacity mask of the System.Windows.Media.Visual. System.Windows.Media.Visualから継承されます。
Protected プロパティVisualParentGets the visual tree parent of the visual object. System.Windows.Media.Visualから継承されます。
Protected プロパティVisualScrollableAreaClipGets or sets a clipped scrollable area for the System.Windows.Media.Visual. System.Windows.Media.Visualから継承されます。
Protected Internal プロパティVisualTextHintingModeGets or sets the System.Windows.Media.TextHintingMode of the System.Windows.Media.Visual. System.Windows.Media.Visualから継承されます。
Protected Internal プロパティVisualTextRenderingModeGets or sets the System.Windows.Media.TextRenderingMode of the System.Windows.Media.Visual. System.Windows.Media.Visualから継承されます。
Protected プロパティVisualTransformGets or sets the System.Windows.Media.Transform value for the System.Windows.Media.Visual. System.Windows.Media.Visualから継承されます。
Protected プロパティVisualXSnappingGuidelinesGets or sets the x-coordinate (vertical) guideline collection. System.Windows.Media.Visualから継承されます。
Protected プロパティVisualYSnappingGuidelinesGets or sets the y-coordinate (horizontal) guideline collection. System.Windows.Media.Visualから継承されます。
Protected Internal プロパティZoomLongAgoコントールは最後にズームされた時から長い間経ったかどうかを取得します。  
トップ
参照