AxisScaleBreakStyle.StartFromZero Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.