In This Article

MicroWinLossSeries Class

Represents a win/loss series for use in a MicroXYChart.

public class MicroWinLossSeries : MicroBarSeriesBase
Inheritance:
object Visual UIElement FrameworkElement Control MicroSeriesBase MicroXYSeriesBase MicroBarSeriesBase object

Constructors

MicroWinLossSeries()

Initializes an instance of the class.

public MicroWinLossSeries()

Properties

RequiresNormalizedValues

Gets a value indicating whether the values presented by this series must be normalized.

protected override bool RequiresNormalizedValues { get; }

Property Value

bool:

true if the values presented by this series must be normalized; otherwise, false.

Inherited Members