North America
Step line series display data as points joined by horizontal and vertical line segments that form a step-like pattern. Follow the steps below to create a step line series:
- Use the DxChart.Data property to specify a data source.
- Add a DxChartStepLineSeries object to chart markup.
- Use series ArgumentField and ValueField properties to specify data source fields that supply arguments and values for chart points.
- Optional. Specify series Filter and SummaryMethod properties to filter and aggregate series values. This demo filters data by region. It also groups arguments by date and calculates aggregate values using the
Enumerable.Sum
method.
The DxChart component allows you to add multiple series objects to the component markup. Each series can specify its data via the Data property.
Line-based series support point markers and labels. Use checkboxes to show or hide these elements.