Class ISupportBandFormatsExtensions
public static class ISupportBandFormatsExtensions
- Inheritance
-
ISupportBandFormatsExtensions
- Inherited Members
Methods
CreateBandFormat(ISupportBandFormats, uint)
This method facilitates the customization of both fill and border styles for specific areas within a surface chart, particularly those areas representing values within the same range.
public static IXLChartBandFormat CreateBandFormat(this ISupportBandFormats feature, uint dataIndex)
Parameters
featureISupportBandFormatsThe chart instance
dataIndexuintThe zero-based index of the chart area that we need to customize
Returns
- IXLChartBandFormat
Returns the style object
GetBandFormats(ISupportBandFormats)
public static IEnumerable<KeyValuePair<uint, IXLChartBandFormat>> GetBandFormats(this ISupportBandFormats feature)
Parameters
featureISupportBandFormats
Returns
RemoveBandFormat(ISupportBandFormats, uint)
public static void RemoveBandFormat(this ISupportBandFormats feature, uint dataIndex)
Parameters
featureISupportBandFormatsdataIndexuint