Axis.ScaleBreakStyle 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 the axis automatic scale break style.
public:
virtual property System::Web::UI::DataVisualization::Charting::AxisScaleBreakStyle ^ ScaleBreakStyle { System::Web::UI::DataVisualization::Charting::AxisScaleBreakStyle ^ get(); void set(System::Web::UI::DataVisualization::Charting::AxisScaleBreakStyle ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.Web.UI.DataVisualization.Charting.NoNameExpandableObjectConverter))]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public virtual System.Web.UI.DataVisualization.Charting.AxisScaleBreakStyle ScaleBreakStyle { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Web.UI.DataVisualization.Charting.NoNameExpandableObjectConverter))>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.ScaleBreakStyle : System.Web.UI.DataVisualization.Charting.AxisScaleBreakStyle with get, set
Public Overridable Property ScaleBreakStyle As AxisScaleBreakStyle
Property Value
An AxisScaleBreakStyle object, which represents a scale break on the chart axis.
- Attributes
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.