AwGraph.PlotAreaMarginRight Property

Gets or sets the length of the plot area right margin of the graph.

[Visual Basic]
Public Property PlotAreaMarginRight As Integer
[C#]
public int PlotAreaMarginRight {get; set;}

Property Value

Value that indicates the length of the plot area right margin. Unit to be used is pixel.

Example

How to set the length of the plot area right margin as 50 pixels.

awGraph1.PlotAreaMarginRight = 50
awGraph1.PlotAreaMarginRight = 50;

See Also

AwGraph Class | Asterworld.Graph Namespace

Home | Software & Source Code Library | About Us | Information Based on Law | Terms of Service
Software List | Product Price List | How to Buy | Order Form | FAQ | Site Map
Copyright (C) 2001-2012 Asterworld. All Rights Reserved.