Table of Contents

Enum SampleFormat

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

Sample data line series sample storage format.

public enum SampleFormat

Fields

DoubleFloat = 1

Double floating point number. Use this for better accuracy.

SingleFloat = 0

Single floating point number. Use this to save memory.