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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.