Table of Contents

Class RoundItemBase

Namespace
LightningChartLib.WinForms.Charting.Views.ViewRound
Assembly
LightningChart.WinForms.Charting.NET4.dll

Base class for items used in ViewRound.

[TypeConverter(typeof(ExpandableObjectConverter))]
public class RoundItemBase : HighlightingItemBase, IChartNode, IDisposable, IHighlightingItem
Inheritance
RoundItemBase
Implements
Derived
Inherited Members

Constructors

RoundItemBase()

Simple constructor for Form designer's list editor.

public RoundItemBase()

RoundItemBase(ViewRoundBase)

Constructor

public RoundItemBase(ViewRoundBase owner)

Parameters

owner ViewRoundBase

Parent.

RoundItemBase(ViewRoundBase, AxisPolar)

Constructor

public RoundItemBase(ViewRoundBase owner, AxisPolar axis)

Parameters

owner ViewRoundBase

Parent.

axis AxisPolar
param axis M:LightningChartLib.WinForms.Charting.Views.ViewRound.RoundItemBase.#ctor(LightningChartLib.WinForms.Charting.Views.ViewRound.ViewRoundBase,LightningChartLib.WinForms.Charting.Axes.AxisPolar)

Properties

ClipInsideGraph

Defines if the series data outside main chart circle is clipped.

public bool ClipInsideGraph { get; set; }

Property Value

bool

CursorTrackEnabled

Cursor tracking enabled.

public bool CursorTrackEnabled { get; set; }

Property Value

bool

LegendBoxOrderIndex

Series index in LegendBox

public int LegendBoxOrderIndex { get; set; }

Property Value

int

Visible

Is the series visible.

public bool Visible { get; set; }

Property Value

bool

Remarks

Note that visibility does not affect if the series is used in ZoomToFit operations. Use IncludeInAutoFit property instead.

Methods

Dispose(bool)

Clean up any resources being used.

protected override void Dispose(bool disposing)

Parameters

disposing bool

true if managed resources should be disposed, otherwise false.

GetMinMaxFromAngleRange(out double, out double, double, double)

Get minimum and maximum amplitude values within given angle range.

public virtual bool GetMinMaxFromAngleRange(out double minAmplitude, out double maxAmplitude, double minAngle, double maxAngle)

Parameters

minAmplitude double

Minimum amplitude value

maxAmplitude double

Maximum amplitude value

minAngle double

Angle range start

maxAngle double

Angle range end

Returns

bool

True if values were successfully detected

Operators

implicit operator LegendBoxObject(RoundItemBase)

Get item as LegendBoxMouseObject.

public static implicit operator LegendBoxObject(RoundItemBase s)

Parameters

s RoundItemBase

related object

Returns

LegendBoxObject
returns M:LightningChartLib.WinForms.Charting.Views.ViewRound.RoundItemBase.op_Implicit(LightningChartLib.WinForms.Charting.Views.ViewRound.RoundItemBase)~LightningChartLib.WinForms.Charting.Views.LegendBoxObject