XyStackedSeriesInfo Class Members
The following tables list the members exposed by XyStackedSeriesInfo.
Public Constructors
Name | Description | |
---|---|---|
![]() | XyStackedSeriesInfo Constructor | Initializes a new instance of the BandSeriesInfo class. |
Public Properties
Name | Description | |
---|---|---|
![]() | AccumulatedValue | Gets or sets the accumulated value of all stacked series, which is returned as hit-test result of the stacked SciChart.Charting.Model.DataSeries.XyDataSeries<TX,TY>. |
![]() | DataColumnInfo | Gets the DataColumnInfo collection which this SeriesInfo wraps. (Inherited from SciChart.Charting.Model.ChartData.SeriesInfo) |
![]() | DataSeriesIndex | Gets or sets the DataSeriesIndex at the hit-test site. (Inherited from SciChart.Charting.Model.ChartData.SeriesInfo) |
![]() | DataSeriesType | Gets or sets the type of the data series. (Inherited from SciChart.Charting.Model.ChartData.SeriesInfo) |
![]() | Fill | Gets or sets the brush of the series. (Inherited from SciChart.Charting.Model.ChartData.SeriesInfo) |
![]() | FormattedXValue | Gets a formatted XValue. (Inherited from SciChart.Charting.Model.ChartData.SeriesInfo) |
![]() | FormattedYValue | Gets a formatted YValue. (Inherited from SciChart.Charting.Model.ChartData.SeriesInfo) |
![]() | IsHit | Get or sets whether the HitTest operation was a hit or not. (Inherited from SciChart.Charting.Model.ChartData.SeriesInfo) |
![]() | IsVisible | Gets or sets whether the SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries that this SeriesInfo represents is visible or not. NOTE: Setting this value will show or hide the associated SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries and may be data-bound to. (Inherited from SciChart.Charting.Model.ChartData.SeriesInfo) |
![]() | PointMetadata | Gets the metadata associated with the point at the hit-test site. (Inherited from SciChart.Charting.Model.ChartData.SeriesInfo) |
![]() | RenderableSeries | Gets the SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries instance which this SeriesInfo wraps. (Inherited from SciChart.Charting.Model.ChartData.SeriesInfo) |
![]() | SeriesName | Gets or sets the name of the series. (Inherited from SciChart.Charting.Model.ChartData.SeriesInfo) |
![]() | Stroke | Gets or sets the color of the series. (Inherited from SciChart.Charting.Model.ChartData.SeriesInfo) |
![]() | Value | Gets or sets the Y-value. (Inherited from SciChart.Charting.Model.ChartData.SeriesInfo) |
![]() | XValue | Gets or sets the X-value. (Inherited from SciChart.Charting.Model.ChartData.SeriesInfo) |
![]() | XyCoordinate | Gets or sets the xy coordinate in pixels of the data-point being inspected. (Inherited from SciChart.Charting.Model.ChartData.SeriesInfo) |
![]() | YValue | Gets or sets the Y-value. (Inherited from SciChart.Charting.Model.ChartData.SeriesInfo) |
Public Methods
Name | Description | |
---|---|---|
![]() | Clone | Creates a new object that is a copy of the current instance. (Inherited from SciChart.Charting.Model.ChartData.SeriesInfo) |
Protected Methods
Name | Description | |
---|---|---|
![]() | GetXCursorFormattedValue | Returns a value formatted using X axis format for cursors. (Inherited from SciChart.Charting.Model.ChartData.SeriesInfo) |
![]() | GetYCursorFormattedValue | Returns a value formatted using Y axis format for cursors. (Inherited from SciChart.Charting.Model.ChartData.SeriesInfo) |
![]() | OnPropertyChanged | Overloaded. Raises the System.ComponentModel.INotifyPropertyChanged.PropertyChanged event (Inherited from SciChart.Data.Model.BindableObject) |
Extension Methods
Name | Description | |
---|---|---|
![]() | DebugFinalizer<T> | Notifies that finalizer has been invoked |
![]() | ToDoubleArray | Overloaded. Converts an System.IComparable array to double array |
![]() | ToEnumerable<T> | Yields a single item, converting it to System.Collections.IEnumerable. |
![]() | ToStringArray2D<T> |
Public Events
Name | Description | |
---|---|---|
![]() | PropertyChanged | Occurs when a property value changes. (Inherited from SciChart.Data.Model.BindableObject) |
See Also