LegendCellColumn.Margins 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 margins of the legend cell column.
public:
virtual property System::Windows::Forms::DataVisualization::Charting::Margins ^ Margins { System::Windows::Forms::DataVisualization::Charting::Margins ^ get(); void set(System::Windows::Forms::DataVisualization::Charting::Margins ^ value); };
public virtual System.Windows.Forms.DataVisualization.Charting.Margins Margins { get; set; }
member this.Margins : System.Windows.Forms.DataVisualization.Charting.Margins with get, set
Public Overridable Property Margins As Margins
Property Value
A Margins object that represents the top, bottom, left, and right values of the legend cell margins. The default values for top, bottom, left and right are "0,0,15,15".
Remarks
This property is measured as a percentage of the legend font size.
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.