Skip to main content

LineSparklineView.SetSizeForAllMarkers(Int32) Method

Sets size for all markers of a sparkline.

Namespace: DevExpress.Sparkline

Assembly: DevExpress.Sparkline.v24.1.Core.dll

NuGet Package: DevExpress.Sparkline.Core

Declaration

public void SetSizeForAllMarkers(
    int markerSize
)

Parameters

Name Type Description
markerSize Int32

An integer value specifying the new size for sparkline markers (in pixels).

See Also