MtxGridSeries Class

Source: MtxGridSeries.cs · Assembly: Dew.Math.TeePro
BaseLineMtxGridSeries

public class MtxGridSeries : BaseLine

2D grid series used for drawing matrix values.

The series supports many different color scales and combinations.

Properties

NameTypeDescription
ColorPaletteColorPaletteColor palette properties.
DescriptionStringMtxGridSeries description.
LegendItemsCountInt32Defines the maximum number of items to display in the legend.
MatrixTMtxDefines the matrix to be displayed as two dimensional grid.
PixelResampleBooleanIf true, reduce the bitmap before drawing.
PixelResampleMethodTPixelDownSampleSpecifies the method used for size reduction.
XOffsetDoubleDefines horizontal (columns) axis offset.
XStepDoubleDefines horizontal (columns) axis step.
YOffsetDoubleDefines vertical (rows) axis offset.
YStepDoubleDefines vertical (columns) axis step.

Methods

NameDescription
ClickedTransforms clicked point screen coordinate to matrix index.
ctor (2)Constructor.
Draw
LegendString
MaxValueMaximum matrix value.
MaxXValueMaximim x value.
MaxYValueMaximum y value.
MinValueMinimum matrix value.
MinXValueMinimum x value.
MinYValueMinimum y value.
PrepareForGallery
SeriesToLegendConfigure the series as color scale legend for the series.
UpdateCall update after filling Matrix with data to trigger chart repaint.