Table of Contents

ChartSeries.VerticalErrorBars Property

Returns the vertical error bar options, if the chart has error bars. If the chart doesn't have them, then null will be returned.

Syntax

Namespace: FlexCel.Core

public TChartErrorBars VerticalErrorBars { get; set; }

See also