8 references to LabelOutsidePlotAreaStyle
System.Windows.Forms.DataVisualization (8)
Common\General\SmartLabels.cs (8)
188 private LabelOutsidePlotAreaStyle _allowOutsidePlotArea = LabelOutsidePlotAreaStyle.Partial; 386 DefaultValue(LabelOutsidePlotAreaStyle.Partial), 389 virtual public LabelOutsidePlotAreaStyle AllowOutsidePlotArea 1074 if(smartLabelStyle.AllowOutsidePlotArea == LabelOutsidePlotAreaStyle.Partial) 1091 else if(smartLabelStyle.AllowOutsidePlotArea == LabelOutsidePlotAreaStyle.No) 1112 if(smartLabelStyle.AllowOutsidePlotArea == LabelOutsidePlotAreaStyle.Partial) 1129 else if(smartLabelStyle.AllowOutsidePlotArea == LabelOutsidePlotAreaStyle.No)