You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Tee Namespace > Classes > MtxFastLine Class
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
MtxFastLine Class

A series style for fastest possible drawing of a line series.

Dew_Math_Tee_MtxFastLine
Syntax
C#
Visual Basic
public class MtxFastLine : Steema.TeeChart.Styles.BaseLine;

MrxFastLineSeries.cs

The series uses PixelDownSample internally to speed up the drawing of the line series. This allows for the series to draw correctly also during zoom-in and pan operation. Only the color of the line can be customized and the step on the X axis must be fixed between consecutive elements (no nulls allowed either). The series is about 3x faster than TMtxFastLineSeries from TChart, when PixelDownSample is not even active yet. 

Note To benefit from the increased drawing speed, use the "DrawValues"function to add data to the series, to speed up also the value adding process.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!