Table of Contents

Enum PersistentRenderingResult

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

Result of persistent rendering.

public enum PersistentRenderingResult

Fields

InvalidOwnerView = 2

Invalid owner view.

InvalidXAxis = 3

X-axis assigned to the layer must be same than X-axis of the series. Some/all of the series has different assigned x-axis.

InvalidXAxisScrollingModeInSeries = 1

Invalid X-axis in scrolling mode.

NoRenderingDevice = 4

No rendering device or device not ready.

Ok = 0

Ok.