Suoranta.Finance Namespace
Suoranta.Finance - Developer API

MarkerSeries Members

The MarkerSeries type exposes the following members.

Methods


  Name Description
Public method ClearSelection (Inherited from Element.)
Protected method Static member DownTriangle
Public method Equals(System.Object) (Inherited from Object.)
Protected method ExtractNextContiguousLineSegment (Inherited from LineSeries.)
Protected method Finalize (Inherited from Object.)
Public method FindWindowStartIndex``1 (Inherited from XYAxisSeries.)
Public method GetClippingRect (Inherited from XYAxisSeries.)
Public method GetElementHashCode (Inherited from PlotElement.)
Public method GetHashCode (Inherited from Object.)
Protected method GetItem (Inherited from DataPointSeries.)
Protected method GetNearestInterpolatedPointInternal(List<(Of <<'(DataPoint>)>>), ScreenPoint) (Inherited from XYAxisSeries.)
Protected method GetNearestInterpolatedPointInternal(List<(Of <<'(DataPoint>)>>), Int32, ScreenPoint) (Inherited from XYAxisSeries.)
Public method GetNearestPoint (Inherited from LineSeries.)
Protected method GetNearestPointInternal(IEnumerable<(Of <<'(DataPoint>)>>), ScreenPoint) (Inherited from XYAxisSeries.)
Protected method GetNearestPointInternal(IEnumerable<(Of <<'(DataPoint>)>>), Int32, ScreenPoint) (Inherited from XYAxisSeries.)
Public method GetScreenRectangle (Inherited from XYAxisSeries.)
Protected method GetSelectableColor (Inherited from Element.)
Protected method GetSelectableFillColor (Inherited from Element.)
Public method GetSelectedItems (Inherited from Element.)
Public method GetType (Inherited from Object.)
Public method HitTest (Inherited from Element.)
Protected method HitTestOverride (Inherited from Series.)
Protected method InternalUpdateMaxMin(List<(Of <<'(DataPoint>)>>)) (Inherited from XYAxisSeries.)
Protected method InternalUpdateMaxMin``1(List<(Of <<'(UMP>)>>), Func<(Of <<'(UMP, Double>)>>), Func<(Of <<'(UMP, Double>)>>)) (Inherited from XYAxisSeries.)
Protected method InternalUpdateMaxMin``1(List<(Of <<'(UMP>)>>), Func<(Of <<'(UMP, Double>)>>), Func<(Of <<'(UMP, Double>)>>), Func<(Of <<'(UMP, Double>)>>), Func<(Of <<'(UMP, Double>)>>)) (Inherited from XYAxisSeries.)
Public method InverseTransform (Inherited from XYAxisSeries.)
Public method IsItemSelected (Inherited from Element.)
Public method IsSelected (Inherited from Element.)
Protected method IsValidPoint(DataPoint) (Inherited from XYAxisSeries.)
Protected method IsValidPoint(Double, Double) (Inherited from XYAxisSeries.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Render (Inherited from LineSeries.)
Public method RenderLegend (Inherited from LineSeries.)
Protected method RenderLegendOnLine (Inherited from LineSeries.)
Protected method RenderLine (Inherited from LineSeries.)
Protected method RenderLineAndMarkers (Inherited from LineSeries.)
Protected method RenderPointLabels (Inherited from LineSeries.)
Protected method RenderPoints (Inherited from LineSeries.)
Protected method ResetSmoothedPoints (Inherited from LineSeries.)
Public method Select (Inherited from Element.)
Public method SelectItem (Inherited from Element.)
Public method ToString (Inherited from Object.)
Public method Transform (Inherited from XYAxisSeries.)
Public method Unselect (Inherited from Element.)
Public method UnselectItem (Inherited from Element.)
Protected method UpdateWindowStartIndex``1 (Inherited from XYAxisSeries.)
Protected method VerifyAxes (Inherited from XYAxisSeries.)

Fields


  Name Description
Public field Static member DefaultAlpha
Public field Static member DefaultSize
Protected field Static member M1
The vertical distance to the bottom points of the triangles.
Protected field Static member M2
The vertical distance to the top points of the triangles.

Properties


  Name Description
Public property ActualColor (Inherited from LineSeries.)
Protected property ActualCulture (Inherited from PlotElement.)
Protected property ActualDashArray (Inherited from LineSeries.)
Protected property ActualLineStyle (Inherited from LineSeries.)
Public property ActualMarkerFill (Inherited from LineSeries.)
Protected property ActualPoints (Inherited from DataPointSeries.)
Protected property ActualSelectedColor (Inherited from Element.)
Public property Background (Inherited from Series.)
Public property BrokenLineColor (Inherited from LineSeries.)
Public property BrokenLineStyle (Inherited from LineSeries.)
Public property BrokenLineThickness (Inherited from LineSeries.)
Public property CanTrackerInterpolatePoints (Inherited from DataPointSeries.)
Public property Color (Inherited from LineSeries.)
Public property Dashes (Inherited from LineSeries.)
Public property DataFieldX (Inherited from DataPointSeries.)
Public property DataFieldY (Inherited from DataPointSeries.)
Public property Decimator (Inherited from LineSeries.)
Public property EdgeRenderingMode (Inherited from PlotElement.)
Public property Font (Inherited from PlotElement.)
Public property FontSize (Inherited from PlotElement.)
Public property FontWeight (Inherited from PlotElement.)
Public property InterpolationAlgorithm (Inherited from LineSeries.)
Public property IsVisible (Inherited from Series.)
Protected property IsXMonotonic (Inherited from XYAxisSeries.)
Public property ItemsSource
Public property LabelFormatString (Inherited from LineSeries.)
Public property LabelMargin (Inherited from LineSeries.)
Public property LegendKey (Inherited from Series.)
Public property LineJoin (Inherited from LineSeries.)
Public property LineLegendPosition (Inherited from LineSeries.)
Public property LineStyle (Inherited from LineSeries.)
Public property Mapping (Inherited from DataPointSeries.)
Public property MarkerFill (Inherited from LineSeries.)
Public property MarkerOutline (Inherited from LineSeries.)
Public property MarkerResolution (Inherited from LineSeries.)
Public property MarkerSize (Inherited from LineSeries.)
Public property MarkerStroke (Inherited from LineSeries.)
Public property MarkerStrokeThickness (Inherited from LineSeries.)
Public property MarkerType (Inherited from LineSeries.)
Public property MaxX (Inherited from XYAxisSeries.)
Public property MaxY (Inherited from XYAxisSeries.)
Public property MinimumSegmentLength (Inherited from LineSeries.)
Public property MinX (Inherited from XYAxisSeries.)
Public property MinY (Inherited from XYAxisSeries.)
Public property Parent (Inherited from Element.)
Public property PlotModel (Inherited from PlotElement.)
Public property Points (Inherited from DataPointSeries.)
Public property RenderInLegend (Inherited from Series.)
Public property Selectable (Inherited from Element.)
Public property SelectionMode (Inherited from Element.)
Public property SeriesGroupName (Inherited from Series.)
Protected property SmoothedPoints (Inherited from LineSeries.)
Public property StrokeThickness (Inherited from LineSeries.)
Public property Tag (Inherited from PlotElement.)
Public property TextColor (Inherited from PlotElement.)
Public property Title (Inherited from Series.)
Public property ToolTip (Inherited from PlotElement.)
Public property TrackerFormatString (Inherited from Series.)
Public property TrackerKey (Inherited from Series.)
Protected property WindowStartIndex (Inherited from XYAxisSeries.)
Public property XAxis (Inherited from XYAxisSeries.)
Public property XAxisKey (Inherited from XYAxisSeries.)
Public property YAxis (Inherited from XYAxisSeries.)
Public property YAxisKey (Inherited from XYAxisSeries.)

Events


  Name Description
Public event KeyDown (Inherited from Element.)
Public event MouseDown (Inherited from Element.)
Public event MouseMove (Inherited from Element.)
Public event MouseUp (Inherited from Element.)
Public event SelectionChanged (Inherited from Element.)
Public event TouchCompleted (Inherited from Element.)
Public event TouchDelta (Inherited from Element.)
Public event TouchStarted (Inherited from Element.)