Bearbeiten

AxisScaleBreakStyle.StartFromZero Property

Definition

Gets or sets a StartFromZero enumeration value that indicates whether to start the scale break from zero.

public:
 property System::Windows::Forms::DataVisualization::Charting::StartFromZero StartFromZero { System::Windows::Forms::DataVisualization::Charting::StartFromZero get(); void set(System::Windows::Forms::DataVisualization::Charting::StartFromZero value); };
public System.Windows.Forms.DataVisualization.Charting.StartFromZero StartFromZero { get; set; }
member this.StartFromZero : System.Windows.Forms.DataVisualization.Charting.StartFromZero with get, set
Public Property StartFromZero As StartFromZero

Property Value

A StartFromZero enumeration value that indicates whether to start the scale break from zero.

Remarks

If the StartFromZero property is set to Auto, the chart will automatically calculate whether to start the Y-axis scale minimum from the lowest value in the series or from zero.

Applies to